Html Css Color HEX #C531F9 Electric Purple

📋 copy color: '#C531F9'

red 197 ◦ green 49 ◦ blue 249

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

Shades of Electric Purple #C531F9

Tints of Electric Purple #C531F9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.9%

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

R = 39.8%
G = 9.9%
B = 50.3%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C531F9 (or 0xC531F9) is known color: Electric Purple. HEX triplet: C5, 31 and F9. RGB value is (197,49,249). Sum of RGB (Red+Green+Blue) = 197+49+249=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #C531F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C531F9 is #3ACE06. Grayscale: #737373. Windows color (decimal): -3853831 or 16331205. OLE color: 16331205.

HSL color Cylindrical-coordinate representation of color #C531F9: hue angle of 284.4º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C531F9 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 49 249 -
CMYK 0.21 0.80 0 0.02
HSL 284.4º 0.94% 0.58% -
HSV(B) 284.4º 0.8% 0.98% -
XYZ 41.22 20.91 91.49 -
YUV 116.05 203.03 185.74 -
System Red Green Blue C M Y K H S L
Decimal 197 49 249 0.21 0.80 0 0.02 284.4 0.94 0.58
Hex C5 31 F9 15 50 0 2 11C 5E 3A
Octal 305 61 371 25 120 0 2 434 136 72
Binary 11000101 110001 11111001 10101 1010000 0 10 100011100 1011110 111010

Color Harmonies of #C531F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C531F9

Black with #C531F9

Text Example


Text Example

White with #C531F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C531F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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