Html Css Color HEX #7919CB Purple Heart

📋 copy color: '#7919CB'

red 121 ◦ green 25 ◦ blue 203

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

Shades of Purple Heart #7919CB

Tints of Purple Heart #7919CB

RGB

 RED value IS 121 (47.66% from 255) = 34.67%

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

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

R = 34.67%
G = 7.16%
B = 58.17%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7919CB (or 0x7919CB) is known color: Purple Heart. HEX triplet: 79, 19 and CB. RGB value is (121,25,203). Sum of RGB (Red+Green+Blue) = 121+25+203=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #7919CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7919CB is #86E634. Grayscale: #494949. Windows color (decimal): -8840757 or 13310329. OLE color: 13310329.

HSL color Cylindrical-coordinate representation of color #7919CB: hue angle of 272.36º 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 #7919CB is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 25 203 -
CMYK 0.40 0.88 0 0.20
HSL 272.36º 0.78% 0.45% -
HSV(B) 272.36º 0.88% 0.8% -
XYZ 19.01 9.07 57.25 -
YUV 74 200.8 161.53 -
System Red Green Blue C M Y K H S L
Decimal 121 25 203 0.40 0.88 0 0.20 272.36 0.78 0.45
Hex 79 19 CB 28 58 0 14 110 4E 2D
Octal 171 31 313 50 130 0 24 420 116 55
Binary 1111001 11001 11001011 101000 1011000 0 10100 100010000 1001110 101101

Color Harmonies of #7919CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7919CB

Black with #7919CB

Text Example


Text Example

White with #7919CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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