Html Css Color HEX #7024BD Purple Heart

📋 copy color: '#7024BD'

red 112 ◦ green 36 ◦ blue 189

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

Shades of Purple Heart #7024BD

Tints of Purple Heart #7024BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 33.23%
G = 10.68%
B = 56.08%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7024BD (or 0x7024BD) is known color: Purple Heart. HEX triplet: 70, 24 and BD. RGB value is (112,36,189). Sum of RGB (Red+Green+Blue) = 112+36+189=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #7024BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7024BD is #8FDB42. Grayscale: #4B4B4B. Windows color (decimal): -9427779 or 12395632. OLE color: 12395632.

HSL color Cylindrical-coordinate representation of color #7024BD: hue angle of 269.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7024BD is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 36 189 -
CMYK 0.41 0.81 0 0.26
HSL 269.8º 0.68% 0.44% -
HSV(B) 269.8º 0.81% 0.74% -
XYZ 16.5 8.38 48.89 -
YUV 76.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 112 36 189 0.41 0.81 0 0.26 269.8 0.68 0.44
Hex 70 24 BD 29 51 0 1A 10E 44 2C
Octal 160 44 275 51 121 0 32 416 104 54
Binary 1110000 100100 10111101 101001 1010001 0 11010 100001110 1000100 101100

Color Harmonies of #7024BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7024BD

Black with #7024BD

Text Example


Text Example

White with #7024BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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