#CA07E7

Color #CA07E7 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CA07E7

Tints of Electric Purple #CA07E7

Color information

#CA07E7 (or 0xCA07E7) is unknown color: approx Electric Purple. HEX triplet: CA, 07 and E7. RGB value is (202,7,231). Sum of RGB (Red+Green+Blue) = 202+7+231=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA07E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA07E7 is #35F818. Grayscale: #5A5A5A. Windows color (decimal): -3536921 or 15140810. OLE color: 15140810.

HSL color Cylindrical-coordinate representation of color #CA07E7: hue angle of 292.23º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07E7 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2027231-
CMYK0.130.9700.09
HSL292.23º94.12%46.67%-
HSV(B)292.23º96.97%90.59%-
XYZ38.8618.4877.12-
YUV90.84207.1207.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 7 (3.12% from 255) = 1.59%
BLUE value IS 231 (90.62% from 255) = 52.5%
R=45.91%
G=1.59%
B=52.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20272310.130.9700.09292.2394.1246.67
HexCA7E7D61091245e2f
Octal31273471514101144413657
Binary110010101111110011111011100001010011001001001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA07E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA07E7; }

 p { color: rgb(202,7,231); }

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

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

 a { background-color: rgb(202,7,231); }

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

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

 span { border-color: rgb(202,7,231); }

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