Html Css Color HEX #7023AB Purple Heart

📋 copy color: '#7023AB'

red 112 ◦ green 35 ◦ blue 171

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

Shades of Purple Heart #7023AB

Tints of Purple Heart #7023AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

 BLUE value IS 171 (67.19% from 255) = 53.77%

R = 35.22%
G = 11.01%
B = 53.77%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7023AB (or 0x7023AB) is known color: Purple Heart. HEX triplet: 70, 23 and AB. RGB value is (112,35,171). Sum of RGB (Red+Green+Blue) = 112+35+171=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #7023AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7023AB is #8FDC54. Grayscale: #494949. Windows color (decimal): -9428053 or 11215728. OLE color: 11215728.

HSL color Cylindrical-coordinate representation of color #7023AB: hue angle of 273.97º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7023AB is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 35 171 -
CMYK 0.35 0.80 0 0.33
HSL 273.97º 0.66% 0.4% -
HSV(B) 273.97º 0.8% 0.67% -
XYZ 14.63 7.59 39.22 -
YUV 73.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 112 35 171 0.35 0.80 0 0.33 273.97 0.66 0.4
Hex 70 23 AB 23 50 0 21 112 42 28
Octal 160 43 253 43 120 0 41 422 102 50
Binary 1110000 100011 10101011 100011 1010000 0 100001 100010010 1000010 101000

Color Harmonies of #7023AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7023AB

Black with #7023AB

Text Example


Text Example

White with #7023AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7023AB; }

 p { color: rgb(112,35,171); }

 H1.HeaderClassName
 {
   color: #7023AB;
 }
 .AnyTagClassName
 {
   color: #7023AB;
 }
</style>

background-color css

<style>
 a { background-color: #7023AB; }

 a { background-color: rgb(112,35,171); }

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

border-color css

<style>
 span { border-color: #7023AB; }

 span { border-color: rgb(112,35,171); }

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