#7F33CA

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

Shades of Blue Violet #7F33CA

Tints of Blue Violet #7F33CA

Color information

#7F33CA (or 0x7F33CA) is unknown color: approx Blue Violet. HEX triplet: 7F, 33 and CA. RGB value is (127,51,202). Sum of RGB (Red+Green+Blue) = 127+51+202=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F33CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F33CA is #80CC35. Grayscale: #5A5A5A. Windows color (decimal): -8440886 or 13251455. OLE color: 13251455.

HSL color Cylindrical-coordinate representation of color #7F33CA: hue angle of 270.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F33CA is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12751202-
CMYK0.370.7500.21
HSL270.2º59.68%49.61%-
HSV(B)270.2º74.75%79.22%-
XYZ20.611.1456.94-
YUV90.94190.68153.72-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.42%
GREEN value IS 51 (20.31% from 255) = 13.42%
BLUE value IS 202 (79.30% from 255) = 53.16%
R=33.42%
G=13.42%
B=53.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127512020.370.7500.21270.259.6849.61
Hex7F33CA254B01510e3c32
Octal17763312451130254167462
Binary1111111110011110010101001011001011010101100001110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F33CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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