Html Css Color HEX #C529F9 Electric Purple

📋 copy color: '#C529F9'

red 197 ◦ green 41 ◦ blue 249

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

Shades of Electric Purple #C529F9

Tints of Electric Purple #C529F9

RGB

 RED value IS 197 (77.34% from 255) = 40.45%

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

 BLUE value IS 249 (97.66% from 255) = 51.13%

R = 40.45%
G = 8.42%
B = 51.13%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C529F9 (or 0xC529F9) is known color: Electric Purple. HEX triplet: C5, 29 and F9. RGB value is (197,41,249). Sum of RGB (Red+Green+Blue) = 197+41+249=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #C529F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C529F9 is #3AD606. Grayscale: #6E6E6E. Windows color (decimal): -3855879 or 16329157. OLE color: 16329157.

HSL color Cylindrical-coordinate representation of color #C529F9: hue angle of 285º 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 #C529F9 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 41 249 -
CMYK 0.21 0.84 0 0.02
HSL 285º 0.95% 0.57% -
HSV(B) 285º 0.84% 0.98% -
XYZ 40.92 20.3 91.38 -
YUV 111.36 205.68 189.09 -
System Red Green Blue C M Y K H S L
Decimal 197 41 249 0.21 0.84 0 0.02 285 0.95 0.57
Hex C5 29 F9 15 54 0 2 11D 5F 39
Octal 305 51 371 25 124 0 2 435 137 71
Binary 11000101 101001 11111001 10101 1010100 0 10 100011101 1011111 111001

Color Harmonies of #C529F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529F9

Black with #C529F9

Text Example


Text Example

White with #C529F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529F9; }

 p { color: rgb(197,41,249); }

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

background-color css

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

 a { background-color: rgb(197,41,249); }

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

border-color css

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

 span { border-color: rgb(197,41,249); }

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