#7F30CA

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

Shades of Blue Violet #7F30CA

Tints of Blue Violet #7F30CA

Color information

#7F30CA (or 0x7F30CA) is unknown color: approx Blue Violet. HEX triplet: 7F, 30 and CA. RGB value is (127,48,202). Sum of RGB (Red+Green+Blue) = 127+48+202=377 (49% of max value = 765). Red value is 127 (50% from 255 or 33.69% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F30CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F30CA is #80CF35. Grayscale: #585858. Windows color (decimal): -8441654 or 13250687. OLE color: 13250687.

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

Color convert

RGB12748202-
CMYK0.370.7600.21
HSL270.78º61.6%49.02%-
HSV(B)270.78º76.24%79.22%-
XYZ20.4710.8956.9-
YUV89.18191.67154.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.69%
GREEN value IS 48 (19.14% from 255) = 12.73%
BLUE value IS 202 (79.30% from 255) = 53.58%
R=33.69%
G=12.73%
B=53.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127482020.370.7600.21270.7861.649.02
Hex7F30CA254C01510f3e31
Octal17760312451140254177661
Binary1111111110000110010101001011001100010101100001111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F30CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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