Html Css Color HEX #791ABC Purple Heart

📋 copy color: '#791ABC'

red 121 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #791ABC

Tints of Purple Heart #791ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

 BLUE value IS 188 (73.83% from 255) = 56.12%

R = 36.12%
G = 7.76%
B = 56.12%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#791ABC (or 0x791ABC) is known color: Purple Heart. HEX triplet: 79, 1A and BC. RGB value is (121,26,188). Sum of RGB (Red+Green+Blue) = 121+26+188=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #791ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791ABC is #86E543. Grayscale: #484848. Windows color (decimal): -8840516 or 12327545. OLE color: 12327545.

HSL color Cylindrical-coordinate representation of color #791ABC: hue angle of 275.19º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791ABC is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 26 188 -
CMYK 0.36 0.86 0 0.26
HSL 275.19º 0.76% 0.42% -
HSV(B) 275.19º 0.86% 0.74% -
XYZ 17.33 8.43 48.29 -
YUV 72.87 192.97 162.33 -
System Red Green Blue C M Y K H S L
Decimal 121 26 188 0.36 0.86 0 0.26 275.19 0.76 0.42
Hex 79 1A BC 24 56 0 1A 113 4C 2A
Octal 171 32 274 44 126 0 32 423 114 52
Binary 1111001 11010 10111100 100100 1010110 0 11010 100010011 1001100 101010

Color Harmonies of #791ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791ABC

Black with #791ABC

Text Example


Text Example

White with #791ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791ABC; }

 p { color: rgb(121,26,188); }

 H1.HeaderClassName
 {
   color: #791ABC;
 }
 .AnyTagClassName
 {
   color: #791ABC;
 }
</style>

background-color css

<style>
 a { background-color: #791ABC; }

 a { background-color: rgb(121,26,188); }

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

border-color css

<style>
 span { border-color: #791ABC; }

 span { border-color: rgb(121,26,188); }

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