Html Css Color HEX #C60AEA Electric Purple

📋 copy color: '#C60AEA'

red 198 ◦ green 10 ◦ blue 234

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

Shades of Electric Purple #C60AEA

Tints of Electric Purple #C60AEA

RGB

 RED value IS 198 (77.73% from 255) = 44.8%

 GREEN value IS 10 (4.3% from 255) = 2.26%

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 44.8%
G = 2.26%
B = 52.94%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C60AEA (or 0xC60AEA) is known color: Electric Purple. HEX triplet: C6, 0A and EA. RGB value is (198,10,234). Sum of RGB (Red+Green+Blue) = 198+10+234=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #C60AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60AEA is #39F515. Grayscale: #5B5B5B. Windows color (decimal): -3798294 or 15338182. OLE color: 15338182.

HSL color Cylindrical-coordinate representation of color #C60AEA: hue angle of 290.36º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60AEA is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 10 234 -
CMYK 0.15 0.96 0 0.08
HSL 290.36º 0.92% 0.48% -
HSV(B) 290.36º 0.96% 0.92% -
XYZ 38.25 18.16 79.33 -
YUV 91.75 208.28 203.79 -
System Red Green Blue C M Y K H S L
Decimal 198 10 234 0.15 0.96 0 0.08 290.36 0.92 0.48
Hex C6 A EA F 60 0 8 122 5C 30
Octal 306 12 352 17 140 0 10 442 134 60
Binary 11000110 1010 11101010 1111 1100000 0 1000 100100010 1011100 110000

Color Harmonies of #C60AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AEA

Black with #C60AEA

Text Example


Text Example

White with #C60AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AEA; }

 p { color: rgb(198,10,234); }

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

background-color css

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

 a { background-color: rgb(198,10,234); }

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

border-color css

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

 span { border-color: rgb(198,10,234); }

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