Html Css Color HEX #7519CB Purple Heart

📋 copy color: '#7519CB'

red 117 ◦ green 25 ◦ blue 203

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

Shades of Purple Heart #7519CB

Tints of Purple Heart #7519CB

RGB

 RED value IS 117 (46.09% from 255) = 33.91%

 GREEN value IS 25 (10.16% from 255) = 7.25%

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 33.91%
G = 7.25%
B = 58.84%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7519CB (or 0x7519CB) is known color: Purple Heart. HEX triplet: 75, 19 and CB. RGB value is (117,25,203). Sum of RGB (Red+Green+Blue) = 117+25+203=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #7519CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7519CB is #8AE634. Grayscale: #484848. Windows color (decimal): -9102901 or 13310325. OLE color: 13310325.

HSL color Cylindrical-coordinate representation of color #7519CB: hue angle of 271.01º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7519CB is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 25 203 -
CMYK 0.42 0.88 0 0.20
HSL 271.01º 0.78% 0.45% -
HSV(B) 271.01º 0.88% 0.8% -
XYZ 18.46 8.79 57.22 -
YUV 72.8 201.48 159.53 -
System Red Green Blue C M Y K H S L
Decimal 117 25 203 0.42 0.88 0 0.20 271.01 0.78 0.45
Hex 75 19 CB 2A 58 0 14 10F 4E 2D
Octal 165 31 313 52 130 0 24 417 116 55
Binary 1110101 11001 11001011 101010 1011000 0 10100 100001111 1001110 101101

Color Harmonies of #7519CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7519CB

Black with #7519CB

Text Example


Text Example

White with #7519CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7519CB; }

 p { color: rgb(117,25,203); }

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

background-color css

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

 a { background-color: rgb(117,25,203); }

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

border-color css

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

 span { border-color: rgb(117,25,203); }

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