Html Css Color HEX #791ECB Purple Heart

📋 copy color: '#791ECB'

red 121 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #791ECB

Tints of Purple Heart #791ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.47%

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

R = 34.18%
G = 8.47%
B = 57.34%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#791ECB (or 0x791ECB) is known color: Purple Heart. HEX triplet: 79, 1E and CB. RGB value is (121,30,203). Sum of RGB (Red+Green+Blue) = 121+30+203=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #791ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791ECB is #86E134. Grayscale: #4C4C4C. Windows color (decimal): -8839477 or 13311609. OLE color: 13311609.

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

Color convert

RGB 121 30 203 -
CMYK 0.40 0.85 0 0.20
HSL 271.56º 0.74% 0.46% -
HSV(B) 271.56º 0.85% 0.8% -
XYZ 19.13 9.31 57.29 -
YUV 76.93 199.15 159.43 -
System Red Green Blue C M Y K H S L
Decimal 121 30 203 0.40 0.85 0 0.20 271.56 0.74 0.46
Hex 79 1E CB 28 55 0 14 110 4A 2E
Octal 171 36 313 50 125 0 24 420 112 56
Binary 1111001 11110 11001011 101000 1010101 0 10100 100010000 1001010 101110

Color Harmonies of #791ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791ECB

Black with #791ECB

Text Example


Text Example

White with #791ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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