Html Css Color HEX #7921CB Purple Heart

📋 copy color: '#7921CB'

red 121 ◦ green 33 ◦ blue 203

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

Shades of Purple Heart #7921CB

Tints of Purple Heart #7921CB

RGB

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

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

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

R = 33.89%
G = 9.24%
B = 56.86%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7921CB (or 0x7921CB) is known color: Purple Heart. HEX triplet: 79, 21 and CB. RGB value is (121,33,203). Sum of RGB (Red+Green+Blue) = 121+33+203=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #7921CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7921CB is #86DE34. Grayscale: #4E4E4E. Windows color (decimal): -8838709 or 13312377. OLE color: 13312377.

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

Color convert

RGB 121 33 203 -
CMYK 0.40 0.84 0 0.20
HSL 271.06º 0.72% 0.46% -
HSV(B) 271.06º 0.84% 0.8% -
XYZ 19.21 9.46 57.31 -
YUV 78.69 198.15 158.18 -
System Red Green Blue C M Y K H S L
Decimal 121 33 203 0.40 0.84 0 0.20 271.06 0.72 0.46
Hex 79 21 CB 28 54 0 14 10F 48 2E
Octal 171 41 313 50 124 0 24 417 110 56
Binary 1111001 100001 11001011 101000 1010100 0 10100 100001111 1001000 101110

Color Harmonies of #7921CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7921CB

Black with #7921CB

Text Example


Text Example

White with #7921CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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