Html Css Color HEX #791ACB Purple Heart

📋 copy color: '#791ACB'

red 121 ◦ green 26 ◦ blue 203

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

Shades of Purple Heart #791ACB

Tints of Purple Heart #791ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58%

R = 34.57%
G = 7.43%
B = 58%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#791ACB (or 0x791ACB) is known color: Purple Heart. HEX triplet: 79, 1A and CB. RGB value is (121,26,203). Sum of RGB (Red+Green+Blue) = 121+26+203=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #791ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791ACB is #86E534. Grayscale: #494949. Windows color (decimal): -8840501 or 13310585. OLE color: 13310585.

HSL color Cylindrical-coordinate representation of color #791ACB: hue angle of 272.2º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791ACB is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 26 203 -
CMYK 0.40 0.87 0 0.20
HSL 272.2º 0.77% 0.45% -
HSV(B) 272.2º 0.87% 0.8% -
XYZ 19.03 9.12 57.26 -
YUV 74.58 200.47 161.11 -
System Red Green Blue C M Y K H S L
Decimal 121 26 203 0.40 0.87 0 0.20 272.2 0.77 0.45
Hex 79 1A CB 28 57 0 14 110 4D 2D
Octal 171 32 313 50 127 0 24 420 115 55
Binary 1111001 11010 11001011 101000 1010111 0 10100 100010000 1001101 101101

Color Harmonies of #791ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791ACB

Black with #791ACB

Text Example


Text Example

White with #791ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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