Html Css Color HEX #C507F1 Electric Purple

📋 copy color: '#C507F1'

red 197 ◦ green 7 ◦ blue 241

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

Shades of Electric Purple #C507F1

Tints of Electric Purple #C507F1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.57%

 BLUE value IS 241 (94.53% from 255) = 54.16%

R = 44.27%
G = 1.57%
B = 54.16%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C507F1 (or 0xC507F1) is known color: Electric Purple. HEX triplet: C5, 07 and F1. RGB value is (197,7,241). Sum of RGB (Red+Green+Blue) = 197+7+241=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #C507F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C507F1 is #3AF80E. Grayscale: #595959. Windows color (decimal): -3864591 or 15796165. OLE color: 15796165.

HSL color Cylindrical-coordinate representation of color #C507F1: hue angle of 288.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507F1 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 7 241 -
CMYK 0.18 0.97 0 0.05
HSL 288.72º 0.94% 0.49% -
HSV(B) 288.72º 0.97% 0.95% -
XYZ 38.98 18.37 84.71 -
YUV 90.49 212.95 203.97 -
System Red Green Blue C M Y K H S L
Decimal 197 7 241 0.18 0.97 0 0.05 288.72 0.94 0.49
Hex C5 7 F1 12 61 0 5 121 5E 31
Octal 305 7 361 22 141 0 5 441 136 61
Binary 11000101 111 11110001 10010 1100001 0 101 100100001 1011110 110001

Color Harmonies of #C507F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507F1

Black with #C507F1

Text Example


Text Example

White with #C507F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507F1; }

 p { color: rgb(197,7,241); }

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

background-color css

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

 a { background-color: rgb(197,7,241); }

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

border-color css

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

 span { border-color: rgb(197,7,241); }

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