Html Css Color HEX #7024CE Purple Heart

📋 copy color: '#7024CE'

red 112 ◦ green 36 ◦ blue 206

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

Shades of Purple Heart #7024CE

Tints of Purple Heart #7024CE

RGB

 RED value IS 112 (44.14% from 255) = 31.64%

 GREEN value IS 36 (14.45% from 255) = 10.17%

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

R = 31.64%
G = 10.17%
B = 58.19%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7024CE (or 0x7024CE) is known color: Purple Heart. HEX triplet: 70, 24 and CE. RGB value is (112,36,206). Sum of RGB (Red+Green+Blue) = 112+36+206=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 36 (14.45% from 255 or 10.17% 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 #7024CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7024CE is #8FDB31. Grayscale: #4D4D4D. Windows color (decimal): -9427762 or 13509744. OLE color: 13509744.

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

Color convert

RGB 112 36 206 -
CMYK 0.46 0.83 0 0.19
HSL 266.82º 0.7% 0.47% -
HSV(B) 266.82º 0.83% 0.81% -
XYZ 18.45 9.16 59.19 -
YUV 78.1 200.18 152.18 -
System Red Green Blue C M Y K H S L
Decimal 112 36 206 0.46 0.83 0 0.19 266.82 0.7 0.47
Hex 70 24 CE 2E 53 0 13 10B 46 2F
Octal 160 44 316 56 123 0 23 413 106 57
Binary 1110000 100100 11001110 101110 1010011 0 10011 100001011 1000110 101111

Color Harmonies of #7024CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7024CE

Black with #7024CE

Text Example


Text Example

White with #7024CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,36,206); }

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

background-color css

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

 a { background-color: rgb(112,36,206); }

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

border-color css

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

 span { border-color: rgb(112,36,206); }

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