Html Css Color HEX #7006AB Purple Heart

📋 copy color: '#7006AB'

red 112 ◦ green 6 ◦ blue 171

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

Shades of Purple Heart #7006AB

Tints of Purple Heart #7006AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

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

R = 38.75%
G = 2.08%
B = 59.17%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7006AB (or 0x7006AB) is known color: Purple Heart. HEX triplet: 70, 06 and AB. RGB value is (112,6,171). Sum of RGB (Red+Green+Blue) = 112+6+171=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #7006AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7006AB is #8FF954. Grayscale: #373737. Windows color (decimal): -9435477 or 11208304. OLE color: 11208304.

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

Color convert

RGB 112 6 171 -
CMYK 0.35 0.96 0 0.33
HSL 278.55º 0.93% 0.35% -
HSV(B) 278.55º 0.96% 0.67% -
XYZ 14.1 6.52 39.04 -
YUV 56.5 192.62 167.58 -
System Red Green Blue C M Y K H S L
Decimal 112 6 171 0.35 0.96 0 0.33 278.55 0.93 0.35
Hex 70 6 AB 23 60 0 21 117 5D 23
Octal 160 6 253 43 140 0 41 427 135 43
Binary 1110000 110 10101011 100011 1100000 0 100001 100010111 1011101 100011

Color Harmonies of #7006AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7006AB

Black with #7006AB

Text Example


Text Example

White with #7006AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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