Html Css Color HEX #792ABB Purple Heart

📋 copy color: '#792ABB'

red 121 ◦ green 42 ◦ blue 187

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

Shades of Purple Heart #792ABB

Tints of Purple Heart #792ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12%

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 34.57%
G = 12%
B = 53.43%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#792ABB (or 0x792ABB) is known color: Purple Heart. HEX triplet: 79, 2A and BB. RGB value is (121,42,187). Sum of RGB (Red+Green+Blue) = 121+42+187=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #792ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792ABB is #86D544. Grayscale: #515151. Windows color (decimal): -8836421 or 12266105. OLE color: 12266105.

HSL color Cylindrical-coordinate representation of color #792ABB: hue angle of 272.69º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #792ABB is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 42 187 -
CMYK 0.35 0.78 0 0.27
HSL 272.69º 0.63% 0.45% -
HSV(B) 272.69º 0.78% 0.73% -
XYZ 17.68 9.31 47.88 -
YUV 82.15 187.17 155.71 -
System Red Green Blue C M Y K H S L
Decimal 121 42 187 0.35 0.78 0 0.27 272.69 0.63 0.45
Hex 79 2A BB 23 4E 0 1B 111 3F 2D
Octal 171 52 273 43 116 0 33 421 77 55
Binary 1111001 101010 10111011 100011 1001110 0 11011 100010001 111111 101101

Color Harmonies of #792ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792ABB

Black with #792ABB

Text Example


Text Example

White with #792ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792ABB; }

 p { color: rgb(121,42,187); }

 H1.HeaderClassName
 {
   color: #792ABB;
 }
 .AnyTagClassName
 {
   color: #792ABB;
 }
</style>

background-color css

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

 a { background-color: rgb(121,42,187); }

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

border-color css

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

 span { border-color: rgb(121,42,187); }

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