Html Css Color HEX #C729FD Electric Purple

📋 copy color: '#C729FD'

red 199 ◦ green 41 ◦ blue 253

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

Shades of Electric Purple #C729FD

Tints of Electric Purple #C729FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.32%

R = 40.37%
G = 8.32%
B = 51.32%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C729FD (or 0xC729FD) is known color: Electric Purple. HEX triplet: C7, 29 and FD. RGB value is (199,41,253). Sum of RGB (Red+Green+Blue) = 199+41+253=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #C729FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C729FD is #38D602. Grayscale: #6F6F6F. Windows color (decimal): -3724803 or 16591303. OLE color: 16591303.

HSL color Cylindrical-coordinate representation of color #C729FD: hue angle of 284.72º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C729FD is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 41 253 -
CMYK 0.21 0.84 0 0.01
HSL 284.72º 0.98% 0.58% -
HSV(B) 284.72º 0.84% 0.99% -
XYZ 42.08 20.82 94.73 -
YUV 112.41 207.35 189.76 -
System Red Green Blue C M Y K H S L
Decimal 199 41 253 0.21 0.84 0 0.01 284.72 0.98 0.58
Hex C7 29 FD 15 54 0 1 11D 62 3A
Octal 307 51 375 25 124 0 1 435 142 72
Binary 11000111 101001 11111101 10101 1010100 0 1 100011101 1100010 111010

Color Harmonies of #C729FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C729FD

Black with #C729FD

Text Example


Text Example

White with #C729FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C729FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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