Html Css Color HEX #7920CD Purple Heart

📋 copy color: '#7920CD'

red 121 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #7920CD

Tints of Purple Heart #7920CD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.94%

 BLUE value IS 205 (80.47% from 255) = 57.26%

R = 33.8%
G = 8.94%
B = 57.26%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7920CD (or 0x7920CD) is known color: Purple Heart. HEX triplet: 79, 20 and CD. RGB value is (121,32,205). Sum of RGB (Red+Green+Blue) = 121+32+205=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #7920CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7920CD is #86DF32. Grayscale: #4D4D4D. Windows color (decimal): -8838963 or 13443193. OLE color: 13443193.

HSL color Cylindrical-coordinate representation of color #7920CD: hue angle of 270.87º degrees, saturation: 0.73, 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 #7920CD is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 32 205 -
CMYK 0.41 0.84 0 0.20
HSL 270.87º 0.73% 0.46% -
HSV(B) 270.87º 0.84% 0.8% -
XYZ 19.42 9.51 58.57 -
YUV 78.33 199.49 158.43 -
System Red Green Blue C M Y K H S L
Decimal 121 32 205 0.41 0.84 0 0.20 270.87 0.73 0.46
Hex 79 20 CD 29 54 0 14 10F 49 2E
Octal 171 40 315 51 124 0 24 417 111 56
Binary 1111001 100000 11001101 101001 1010100 0 10100 100001111 1001001 101110

Color Harmonies of #7920CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7920CD

Black with #7920CD

Text Example


Text Example

White with #7920CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7920CD; }

 p { color: rgb(121,32,205); }

 H1.HeaderClassName
 {
   color: #7920CD;
 }
 .AnyTagClassName
 {
   color: #7920CD;
 }
</style>

background-color css

<style>
 a { background-color: #7920CD; }

 a { background-color: rgb(121,32,205); }

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

border-color css

<style>
 span { border-color: #7920CD; }

 span { border-color: rgb(121,32,205); }

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