Html Css Color HEX #791CCB Purple Heart

📋 copy color: '#791CCB'

red 121 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #791CCB

Tints of Purple Heart #791CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.95%

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

R = 34.38%
G = 7.95%
B = 57.67%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#791CCB (or 0x791CCB) is known color: Purple Heart. HEX triplet: 79, 1C and CB. RGB value is (121,28,203). Sum of RGB (Red+Green+Blue) = 121+28+203=352 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.38% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #791CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791CCB is #86E334. Grayscale: #4B4B4B. Windows color (decimal): -8839989 or 13311097. OLE color: 13311097.

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

Color convert

RGB 121 28 203 -
CMYK 0.40 0.86 0 0.20
HSL 271.89º 0.76% 0.45% -
HSV(B) 271.89º 0.86% 0.8% -
XYZ 19.08 9.21 57.27 -
YUV 75.76 199.81 160.27 -
System Red Green Blue C M Y K H S L
Decimal 121 28 203 0.40 0.86 0 0.20 271.89 0.76 0.45
Hex 79 1C CB 28 56 0 14 110 4C 2D
Octal 171 34 313 50 126 0 24 420 114 55
Binary 1111001 11100 11001011 101000 1010110 0 10100 100010000 1001100 101101

Color Harmonies of #791CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791CCB

Black with #791CCB

Text Example


Text Example

White with #791CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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