Html Css Color HEX #792DB6 Purple Heart

📋 copy color: '#792DB6'

red 121 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #792DB6

Tints of Purple Heart #792DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.93%

 BLUE value IS 182 (71.48% from 255) = 52.3%

R = 34.77%
G = 12.93%
B = 52.3%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#792DB6 (or 0x792DB6) is known color: Purple Heart. HEX triplet: 79, 2D and B6. RGB value is (121,45,182). Sum of RGB (Red+Green+Blue) = 121+45+182=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 182 (71.48% from 255 or 52.30% from 348); Max value from RGB is 182 - color contains mainly: blue. Hex color #792DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792DB6 is #86D249. Grayscale: #525252. Windows color (decimal): -8835658 or 11939193. OLE color: 11939193.

HSL color Cylindrical-coordinate representation of color #792DB6: hue angle of 273.28º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792DB6 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 45 182 -
CMYK 0.34 0.75 0 0.29
HSL 273.28º 0.6% 0.45% -
HSV(B) 273.28º 0.75% 0.71% -
XYZ 17.27 9.32 45.14 -
YUV 83.34 183.68 154.86 -
System Red Green Blue C M Y K H S L
Decimal 121 45 182 0.34 0.75 0 0.29 273.28 0.6 0.45
Hex 79 2D B6 22 4B 0 1D 111 3C 2D
Octal 171 55 266 42 113 0 35 421 74 55
Binary 1111001 101101 10110110 100010 1001011 0 11101 100010001 111100 101101

Color Harmonies of #792DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792DB6

Black with #792DB6

Text Example


Text Example

White with #792DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,45,182); }

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

background-color css

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

 a { background-color: rgb(121,45,182); }

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

border-color css

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

 span { border-color: rgb(121,45,182); }

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