Html Css Color HEX #C728EA Electric Purple

📋 copy color: '#C728EA'

red 199 ◦ green 40 ◦ blue 234

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

Shades of Electric Purple #C728EA

Tints of Electric Purple #C728EA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.46%

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

R = 42.07%
G = 8.46%
B = 49.47%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C728EA (or 0xC728EA) is known color: Electric Purple. HEX triplet: C7, 28 and EA. RGB value is (199,40,234). Sum of RGB (Red+Green+Blue) = 199+40+234=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #C728EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C728EA is #38D715. Grayscale: #6D6D6D. Windows color (decimal): -3725078 or 15345863. OLE color: 15345863.

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

Color convert

RGB 199 40 234 -
CMYK 0.15 0.83 0 0.08
HSL 289.18º 0.82% 0.54% -
HSV(B) 289.18º 0.83% 0.92% -
XYZ 39.16 19.6 79.56 -
YUV 109.66 198.18 191.73 -
System Red Green Blue C M Y K H S L
Decimal 199 40 234 0.15 0.83 0 0.08 289.18 0.82 0.54
Hex C7 28 EA F 53 0 8 121 52 36
Octal 307 50 352 17 123 0 10 441 122 66
Binary 11000111 101000 11101010 1111 1010011 0 1000 100100001 1010010 110110

Color Harmonies of #C728EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C728EA

Black with #C728EA

Text Example


Text Example

White with #C728EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C728EA; }

 p { color: rgb(199,40,234); }

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

background-color css

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

 a { background-color: rgb(199,40,234); }

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

border-color css

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

 span { border-color: rgb(199,40,234); }

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