Html Css Color HEX #C729FA Electric Purple

📋 copy color: '#C729FA'

red 199 ◦ green 41 ◦ blue 250

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

Shades of Electric Purple #C729FA

Tints of Electric Purple #C729FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.37%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 40.61%
G = 8.37%
B = 51.02%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C729FA (or 0xC729FA) is known color: Electric Purple. HEX triplet: C7, 29 and FA. RGB value is (199,41,250). Sum of RGB (Red+Green+Blue) = 199+41+250=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #C729FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C729FA is #38D605. Grayscale: #6F6F6F. Windows color (decimal): -3724806 or 16394695. OLE color: 16394695.

HSL color Cylindrical-coordinate representation of color #C729FA: hue angle of 285.36º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C729FA is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 41 250 -
CMYK 0.20 0.84 0 0.02
HSL 285.36º 0.95% 0.57% -
HSV(B) 285.36º 0.84% 0.98% -
XYZ 41.6 20.63 92.23 -
YUV 112.07 205.85 190.01 -
System Red Green Blue C M Y K H S L
Decimal 199 41 250 0.20 0.84 0 0.02 285.36 0.95 0.57
Hex C7 29 FA 14 54 0 2 11D 5F 39
Octal 307 51 372 24 124 0 2 435 137 71
Binary 11000111 101001 11111010 10100 1010100 0 10 100011101 1011111 111001

Color Harmonies of #C729FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C729FA

Black with #C729FA

Text Example


Text Example

White with #C729FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C729FA; }

 p { color: rgb(199,41,250); }

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

background-color css

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

 a { background-color: rgb(199,41,250); }

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

border-color css

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

 span { border-color: rgb(199,41,250); }

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