Html Css Color HEX #7921BB Purple Heart

📋 copy color: '#7921BB'

red 121 ◦ green 33 ◦ blue 187

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

Shades of Purple Heart #7921BB

Tints of Purple Heart #7921BB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.68%

 BLUE value IS 187 (73.44% from 255) = 54.84%

R = 35.48%
G = 9.68%
B = 54.84%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7921BB (or 0x7921BB) is known color: Purple Heart. HEX triplet: 79, 21 and BB. RGB value is (121,33,187). Sum of RGB (Red+Green+Blue) = 121+33+187=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #7921BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7921BB is #86DE44. Grayscale: #4C4C4C. Windows color (decimal): -8838725 or 12263801. OLE color: 12263801.

HSL color Cylindrical-coordinate representation of color #7921BB: hue angle of 274.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7921BB is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 33 187 -
CMYK 0.35 0.82 0 0.27
HSL 274.29º 0.7% 0.43% -
HSV(B) 274.29º 0.82% 0.73% -
XYZ 17.4 8.74 47.78 -
YUV 76.87 190.15 159.48 -
System Red Green Blue C M Y K H S L
Decimal 121 33 187 0.35 0.82 0 0.27 274.29 0.7 0.43
Hex 79 21 BB 23 52 0 1B 112 46 2B
Octal 171 41 273 43 122 0 33 422 106 53
Binary 1111001 100001 10111011 100011 1010010 0 11011 100010010 1000110 101011

Color Harmonies of #7921BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7921BB

Black with #7921BB

Text Example


Text Example

White with #7921BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7921BB; }

 p { color: rgb(121,33,187); }

 H1.HeaderClassName
 {
   color: #7921BB;
 }
 .AnyTagClassName
 {
   color: #7921BB;
 }
</style>

background-color css

<style>
 a { background-color: #7921BB; }

 a { background-color: rgb(121,33,187); }

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

border-color css

<style>
 span { border-color: #7921BB; }

 span { border-color: rgb(121,33,187); }

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