Html Css Color HEX #7820CD Purple Heart

📋 copy color: '#7820CD'

red 120 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #7820CD

Tints of Purple Heart #7820CD

RGB

 RED value IS 120 (47.27% from 255) = 33.61%

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

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

R = 33.61%
G = 8.96%
B = 57.42%

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

#7820CD (or 0x7820CD) is known color: Purple Heart. HEX triplet: 78, 20 and CD. RGB value is (120,32,205). Sum of RGB (Red+Green+Blue) = 120+32+205=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #7820CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7820CD is #87DF32. Grayscale: #4D4D4D. Windows color (decimal): -8904499 or 13443192. OLE color: 13443192.

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

Color convert

RGB 120 32 205 -
CMYK 0.41 0.84 0 0.20
HSL 270.52º 0.73% 0.46% -
HSV(B) 270.52º 0.84% 0.8% -
XYZ 19.28 9.43 58.56 -
YUV 78.03 199.65 157.93 -
System Red Green Blue C M Y K H S L
Decimal 120 32 205 0.41 0.84 0 0.20 270.52 0.73 0.46
Hex 78 20 CD 29 54 0 14 10F 49 2E
Octal 170 40 315 51 124 0 24 417 111 56
Binary 1111000 100000 11001101 101001 1010100 0 10100 100001111 1001001 101110

Color Harmonies of #7820CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7820CD

Black with #7820CD

Text Example


Text Example

White with #7820CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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