Html Css Color HEX #C01AF7 Electric Purple

📋 copy color: '#C01AF7'

red 192 ◦ green 26 ◦ blue 247

#C01AF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C01AF7

Tints of Electric Purple #C01AF7

RGB

 RED value IS 192 (75.39% from 255) = 41.29%

 GREEN value IS 26 (10.55% from 255) = 5.59%

 BLUE value IS 247 (96.88% from 255) = 53.12%

R = 41.29%
G = 5.59%
B = 53.12%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C01AF7 (or 0xC01AF7) is known color: Electric Purple. HEX triplet: C0, 1A and F7. RGB value is (192,26,247). Sum of RGB (Red+Green+Blue) = 192+26+247=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #C01AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AF7 is #3FE508. Grayscale: #646464. Windows color (decimal): -4187401 or 16194240. OLE color: 16194240.

HSL color Cylindrical-coordinate representation of color #C01AF7: hue angle of 285.07º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01AF7 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 26 247 -
CMYK 0.22 0.89 0 0.03
HSL 285.07º 0.93% 0.54% -
HSV(B) 285.07º 0.89% 0.97% -
XYZ 38.9 18.66 89.55 -
YUV 100.83 210.5 193.03 -
System Red Green Blue C M Y K H S L
Decimal 192 26 247 0.22 0.89 0 0.03 285.07 0.93 0.54
Hex C0 1A F7 16 59 0 3 11D 5D 36
Octal 300 32 367 26 131 0 3 435 135 66
Binary 11000000 11010 11110111 10110 1011001 0 11 100011101 1011101 110110

Color Harmonies of #C01AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AF7

Black with #C01AF7

Text Example


Text Example

White with #C01AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AF7; }

 p { color: rgb(192,26,247); }

 H1.HeaderClassName
 {
   color: #C01AF7;
 }
 .AnyTagClassName
 {
   color: #C01AF7;
 }
</style>

background-color css

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

 a { background-color: rgb(192,26,247); }

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

border-color css

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

 span { border-color: rgb(192,26,247); }

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