Html Css Color HEX #C60AF1 Electric Purple

📋 copy color: '#C60AF1'

red 198 ◦ green 10 ◦ blue 241

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

Shades of Electric Purple #C60AF1

Tints of Electric Purple #C60AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.67%

R = 44.1%
G = 2.23%
B = 53.67%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C60AF1 (or 0xC60AF1) is known color: Electric Purple. HEX triplet: C6, 0A and F1. RGB value is (198,10,241). Sum of RGB (Red+Green+Blue) = 198+10+241=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #C60AF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60AF1 is #39F50E. Grayscale: #5B5B5B. Windows color (decimal): -3798287 or 15796934. OLE color: 15796934.

HSL color Cylindrical-coordinate representation of color #C60AF1: hue angle of 288.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60AF1 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 10 241 -
CMYK 0.18 0.96 0 0.05
HSL 288.83º 0.92% 0.49% -
HSV(B) 288.83º 0.96% 0.95% -
XYZ 39.27 18.57 84.73 -
YUV 92.55 211.78 203.22 -
System Red Green Blue C M Y K H S L
Decimal 198 10 241 0.18 0.96 0 0.05 288.83 0.92 0.49
Hex C6 A F1 12 60 0 5 121 5C 31
Octal 306 12 361 22 140 0 5 441 134 61
Binary 11000110 1010 11110001 10010 1100000 0 101 100100001 1011100 110001

Color Harmonies of #C60AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AF1

Black with #C60AF1

Text Example


Text Example

White with #C60AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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