Html Css Color HEX #7420CE Purple Heart

📋 copy color: '#7420CE'

red 116 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #7420CE

Tints of Purple Heart #7420CE

RGB

 RED value IS 116 (45.7% from 255) = 32.77%

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

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

R = 32.77%
G = 9.04%
B = 58.19%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7420CE (or 0x7420CE) is known color: Purple Heart. HEX triplet: 74, 20 and CE. RGB value is (116,32,206). Sum of RGB (Red+Green+Blue) = 116+32+206=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #7420CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7420CE is #8BDF31. Grayscale: #4C4C4C. Windows color (decimal): -9166642 or 13508724. OLE color: 13508724.

HSL color Cylindrical-coordinate representation of color #7420CE: hue angle of 268.97º 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 #7420CE is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 32 206 -
CMYK 0.44 0.84 0 0.19
HSL 268.97º 0.73% 0.47% -
HSV(B) 268.97º 0.84% 0.81% -
XYZ 18.86 9.2 59.17 -
YUV 76.95 200.83 155.85 -
System Red Green Blue C M Y K H S L
Decimal 116 32 206 0.44 0.84 0 0.19 268.97 0.73 0.47
Hex 74 20 CE 2C 54 0 13 10D 49 2F
Octal 164 40 316 54 124 0 23 415 111 57
Binary 1110100 100000 11001110 101100 1010100 0 10011 100001101 1001001 101111

Color Harmonies of #7420CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7420CE

Black with #7420CE

Text Example


Text Example

White with #7420CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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