Html Css Color HEX #7008AB Purple Heart

📋 copy color: '#7008AB'

red 112 ◦ green 8 ◦ blue 171

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

Shades of Purple Heart #7008AB

Tints of Purple Heart #7008AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.75%

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

R = 38.49%
G = 2.75%
B = 58.76%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7008AB (or 0x7008AB) is known color: Purple Heart. HEX triplet: 70, 08 and AB. RGB value is (112,8,171). Sum of RGB (Red+Green+Blue) = 112+8+171=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #7008AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7008AB is #8FF754. Grayscale: #393939. Windows color (decimal): -9434965 or 11208816. OLE color: 11208816.

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

Color convert

RGB 112 8 171 -
CMYK 0.35 0.95 0 0.33
HSL 278.28º 0.91% 0.35% -
HSV(B) 278.28º 0.95% 0.67% -
XYZ 14.12 6.56 39.05 -
YUV 57.68 191.96 166.75 -
System Red Green Blue C M Y K H S L
Decimal 112 8 171 0.35 0.95 0 0.33 278.28 0.91 0.35
Hex 70 8 AB 23 5F 0 21 116 5B 23
Octal 160 10 253 43 137 0 41 426 133 43
Binary 1110000 1000 10101011 100011 1011111 0 100001 100010110 1011011 100011

Color Harmonies of #7008AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7008AB

Black with #7008AB

Text Example


Text Example

White with #7008AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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