#C719F5

Color #C719F5 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C719F5

Tints of Electric Purple #C719F5

Color information

#C719F5 (or 0xC719F5) is unknown color: approx Electric Purple. HEX triplet: C7, 19 and F5. RGB value is (199,25,245). Sum of RGB (Red+Green+Blue) = 199+25+245=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 25 (10.16% from 255 or 5.33% from 469); Blue value is 245 (96.09% from 255 or 52.24% from 469); Max value from RGB is 245 - color contains mainly: blue. Hex color #C719F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C719F5 is #38E60A. Grayscale: #656565. Windows color (decimal): -3728907 or 16062919. OLE color: 16062919.

HSL color Cylindrical-coordinate representation of color #C719F5: hue angle of 287.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C719F5 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19925245-
CMYK0.190.9000.04
HSL287.45º91.67%52.94%-
HSV(B)287.45º89.8%96.08%-
XYZ40.3819.4388.01-
YUV102.11208.65197.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 25 (10.16% from 255) = 5.33%
BLUE value IS 245 (96.09% from 255) = 52.24%
R=42.43%
G=5.33%
B=52.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal199252450.190.9000.04287.4591.6752.94
HexC719F5135A0411f5c35
Octal30731365231320443713465
Binary11000111110011111010110011101101001001000111111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C719F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C719F5; }

 p { color: rgb(199,25,245); }

 H1.HeaderClassName
 {
   color: #C719F5;
 }
 .AnyTagClassName
 {
   color: #C719F5;
 }
</style>
background-color css

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

 a { background-color: rgb(199,25,245); }

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

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

 span { border-color: rgb(199,25,245); }

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