#7f33cd

Color #7F33CD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7F33CD

Tints of Blue Violet #7F33CD

Color information

#7F33CD (or 0x7F33CD) is unknown color: approx Blue Violet. HEX triplet: 7F, 33 and CD. RGB value is (127,51,205). Sum of RGB (Red+Green+Blue) = 127+51+205=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F33CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F33CD is #80CC32. Grayscale: #5A5A5A. Windows color (decimal): -8440883 or 13448063. OLE color: 13448063.

HSL color Cylindrical-coordinate representation of color #7F33CD: hue angle of 269.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F33CD is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12751205-
CMYK0.380.7500.20
HSL269.61º60.63%50.2%-
HSV(B)269.61º75.12%80.39%-
XYZ20.9611.2958.83-
YUV91.28192.18153.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 33.16%
GREEN value IS 51 (20.31% from 255) = 13.32%
BLUE value IS 205 (80.47% from 255) = 53.52%
R=33.16%
G=13.32%
B=53.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127512050.380.7500.20269.6160.6350.2
Hex7F33CD264B01410e3d32
Octal17763315461130244167562
Binary1111111110011110011011001101001011010100100001110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f33cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f33cd; }

 p { color: rgb(127,51,205); }

 H1.HeaderClassName
 {
   color: #7f33cd;
 }
 .AnyTagClassName
 {
   color: #7f33cd;
 }
</style>
background-color css

<style>
 a { background-color: #7f33cd; }

 a { background-color: rgb(127,51,205); }

 div.DivClassName
 {
   background-color: #7f33cd;
 }
 .BgClassName
 {
   background-color: #7f33cd;
 }
</style>
border-color css

<style>
 span { border-color: #7f33cd; }

 span { border-color: rgb(127,51,205); }

 td.TdClassName
 {
   border-color: #7f33cd;
 }
 .TagClassName
 {
   border-color: #7f33cd;
 }
</style>