Html Css Color HEX #791DBD Purple Heart

📋 copy color: '#791DBD'

red 121 ◦ green 29 ◦ blue 189

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

Shades of Purple Heart #791DBD

Tints of Purple Heart #791DBD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.55%

 BLUE value IS 189 (74.22% from 255) = 55.75%

R = 35.69%
G = 8.55%
B = 55.75%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#791DBD (or 0x791DBD) is known color: Purple Heart. HEX triplet: 79, 1D and BD. RGB value is (121,29,189). Sum of RGB (Red+Green+Blue) = 121+29+189=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #791DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791DBD is #86E242. Grayscale: #4A4A4A. Windows color (decimal): -8839747 or 12393849. OLE color: 12393849.

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

Color convert

RGB 121 29 189 -
CMYK 0.36 0.85 0 0.26
HSL 274.5º 0.73% 0.43% -
HSV(B) 274.5º 0.85% 0.74% -
XYZ 17.51 8.62 48.88 -
YUV 74.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 121 29 189 0.36 0.85 0 0.26 274.5 0.73 0.43
Hex 79 1D BD 24 55 0 1A 112 49 2B
Octal 171 35 275 44 125 0 32 422 111 53
Binary 1111001 11101 10111101 100100 1010101 0 11010 100010010 1001001 101011

Color Harmonies of #791DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791DBD

Black with #791DBD

Text Example


Text Example

White with #791DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,29,189); }

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

background-color css

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

 a { background-color: rgb(121,29,189); }

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

border-color css

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

 span { border-color: rgb(121,29,189); }

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