Html Css Color HEX #C72BEB Electric Purple

📋 copy color: '#C72BEB'

red 199 ◦ green 43 ◦ blue 235

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

Shades of Electric Purple #C72BEB

Tints of Electric Purple #C72BEB

RGB

 RED value IS 199 (78.13% from 255) = 41.72%

 GREEN value IS 43 (17.19% from 255) = 9.01%

 BLUE value IS 235 (92.19% from 255) = 49.27%

R = 41.72%
G = 9.01%
B = 49.27%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C72BEB (or 0xC72BEB) is known color: Electric Purple. HEX triplet: C7, 2B and EB. RGB value is (199,43,235). Sum of RGB (Red+Green+Blue) = 199+43+235=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #C72BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72BEB is #38D414. Grayscale: #6E6E6E. Windows color (decimal): -3724309 or 15412167. OLE color: 15412167.

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

Color convert

RGB 199 43 235 -
CMYK 0.15 0.82 0 0.08
HSL 288.75º 0.83% 0.55% -
HSV(B) 288.75º 0.82% 0.92% -
XYZ 39.41 19.87 80.35 -
YUV 111.53 197.68 190.39 -
System Red Green Blue C M Y K H S L
Decimal 199 43 235 0.15 0.82 0 0.08 288.75 0.83 0.55
Hex C7 2B EB F 52 0 8 121 53 37
Octal 307 53 353 17 122 0 10 441 123 67
Binary 11000111 101011 11101011 1111 1010010 0 1000 100100001 1010011 110111

Color Harmonies of #C72BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72BEB

Black with #C72BEB

Text Example


Text Example

White with #C72BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72BEB; }

 p { color: rgb(199,43,235); }

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

background-color css

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

 a { background-color: rgb(199,43,235); }

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

border-color css

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

 span { border-color: rgb(199,43,235); }

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