Html Css Color HEX #7024CB Purple Heart

📋 copy color: '#7024CB'

red 112 ◦ green 36 ◦ blue 203

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

Shades of Purple Heart #7024CB

Tints of Purple Heart #7024CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 57.83%

R = 31.91%
G = 10.26%
B = 57.83%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7024CB (or 0x7024CB) is known color: Purple Heart. HEX triplet: 70, 24 and CB. RGB value is (112,36,203). Sum of RGB (Red+Green+Blue) = 112+36+203=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #7024CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7024CB is #8FDB34. Grayscale: #4D4D4D. Windows color (decimal): -9427765 or 13313136. OLE color: 13313136.

HSL color Cylindrical-coordinate representation of color #7024CB: hue angle of 267.31º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7024CB is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 36 203 -
CMYK 0.45 0.82 0 0.20
HSL 267.31º 0.7% 0.47% -
HSV(B) 267.31º 0.82% 0.8% -
XYZ 18.09 9.02 57.29 -
YUV 77.76 198.68 152.42 -
System Red Green Blue C M Y K H S L
Decimal 112 36 203 0.45 0.82 0 0.20 267.31 0.7 0.47
Hex 70 24 CB 2D 52 0 14 10B 46 2F
Octal 160 44 313 55 122 0 24 413 106 57
Binary 1110000 100100 11001011 101101 1010010 0 10100 100001011 1000110 101111

Color Harmonies of #7024CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7024CB

Black with #7024CB

Text Example


Text Example

White with #7024CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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