Html Css Color HEX #7620CE Purple Heart

📋 copy color: '#7620CE'

red 118 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #7620CE

Tints of Purple Heart #7620CE

RGB

 RED value IS 118 (46.48% from 255) = 33.15%

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

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 33.15%
G = 8.99%
B = 57.87%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7620CE (or 0x7620CE) is known color: Purple Heart. HEX triplet: 76, 20 and CE. RGB value is (118,32,206). Sum of RGB (Red+Green+Blue) = 118+32+206=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #7620CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7620CE is #89DF31. Grayscale: #4C4C4C. Windows color (decimal): -9035570 or 13508726. OLE color: 13508726.

HSL color Cylindrical-coordinate representation of color #7620CE: hue angle of 269.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7620CE is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 32 206 -
CMYK 0.43 0.84 0 0.19
HSL 269.66º 0.73% 0.47% -
HSV(B) 269.66º 0.84% 0.81% -
XYZ 19.13 9.34 59.19 -
YUV 77.55 200.49 156.85 -
System Red Green Blue C M Y K H S L
Decimal 118 32 206 0.43 0.84 0 0.19 269.66 0.73 0.47
Hex 76 20 CE 2B 54 0 13 10E 49 2F
Octal 166 40 316 53 124 0 23 416 111 57
Binary 1110110 100000 11001110 101011 1010100 0 10011 100001110 1001001 101111

Color Harmonies of #7620CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7620CE

Black with #7620CE

Text Example


Text Example

White with #7620CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7620CE; }

 p { color: rgb(118,32,206); }

 H1.HeaderClassName
 {
   color: #7620CE;
 }
 .AnyTagClassName
 {
   color: #7620CE;
 }
</style>

background-color css

<style>
 a { background-color: #7620CE; }

 a { background-color: rgb(118,32,206); }

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

border-color css

<style>
 span { border-color: #7620CE; }

 span { border-color: rgb(118,32,206); }

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