Html Css Color HEX #7918B7 Purple Heart

📋 copy color: '#7918B7'

red 121 ◦ green 24 ◦ blue 183

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

Shades of Purple Heart #7918B7

Tints of Purple Heart #7918B7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

 BLUE value IS 183 (71.88% from 255) = 55.79%

R = 36.89%
G = 7.32%
B = 55.79%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7918B7 (or 0x7918B7) is known color: Purple Heart. HEX triplet: 79, 18 and B7. RGB value is (121,24,183). Sum of RGB (Red+Green+Blue) = 121+24+183=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 183 (71.88% from 255 or 55.79% from 328); Max value from RGB is 183 - color contains mainly: blue. Hex color #7918B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7918B7 is #86E748. Grayscale: #464646. Windows color (decimal): -8841033 or 11999353. OLE color: 11999353.

HSL color Cylindrical-coordinate representation of color #7918B7: hue angle of 276.6º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7918B7 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 121 24 183 -
CMYK 0.34 0.87 0 0.28
HSL 276.6º 0.77% 0.41% -
HSV(B) 276.6º 0.87% 0.72% -
XYZ 16.76 8.14 45.49 -
YUV 71.13 191.14 163.57 -
System Red Green Blue C M Y K H S L
Decimal 121 24 183 0.34 0.87 0 0.28 276.6 0.77 0.41
Hex 79 18 B7 22 57 0 1C 115 4D 29
Octal 171 30 267 42 127 0 34 425 115 51
Binary 1111001 11000 10110111 100010 1010111 0 11100 100010101 1001101 101001

Color Harmonies of #7918B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7918B7

Black with #7918B7

Text Example


Text Example

White with #7918B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7918B7; }

 p { color: rgb(121,24,183); }

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

background-color css

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

 a { background-color: rgb(121,24,183); }

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

border-color css

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

 span { border-color: rgb(121,24,183); }

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