Html Css Color HEX #7914C9 Purple Heart

📋 copy color: '#7914C9'

red 121 ◦ green 20 ◦ blue 201

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

Shades of Purple Heart #7914C9

Tints of Purple Heart #7914C9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

 BLUE value IS 201 (78.91% from 255) = 58.77%

R = 35.38%
G = 5.85%
B = 58.77%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7914C9 (or 0x7914C9) is known color: Purple Heart. HEX triplet: 79, 14 and C9. RGB value is (121,20,201). Sum of RGB (Red+Green+Blue) = 121+20+201=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 201 (78.91% from 255 or 58.77% from 342); Max value from RGB is 201 - color contains mainly: blue. Hex color #7914C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7914C9 is #86EB36. Grayscale: #464646. Windows color (decimal): -8842039 or 13177977. OLE color: 13177977.

HSL color Cylindrical-coordinate representation of color #7914C9: hue angle of 273.48º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7914C9 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 20 201 -
CMYK 0.40 0.90 0 0.21
HSL 273.48º 0.82% 0.43% -
HSV(B) 273.48º 0.9% 0.79% -
XYZ 18.68 8.78 55.97 -
YUV 70.83 201.46 163.78 -
System Red Green Blue C M Y K H S L
Decimal 121 20 201 0.40 0.90 0 0.21 273.48 0.82 0.43
Hex 79 14 C9 28 5A 0 15 111 52 2B
Octal 171 24 311 50 132 0 25 421 122 53
Binary 1111001 10100 11001001 101000 1011010 0 10101 100010001 1010010 101011

Color Harmonies of #7914C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7914C9

Black with #7914C9

Text Example


Text Example

White with #7914C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7914C9; }

 p { color: rgb(121,20,201); }

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

background-color css

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

 a { background-color: rgb(121,20,201); }

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

border-color css

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

 span { border-color: rgb(121,20,201); }

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