Html Css Color HEX #6008AB Purple Heart

📋 copy color: '#6008AB'

red 96 ◦ green 8 ◦ blue 171

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

Shades of Purple Heart #6008AB

Tints of Purple Heart #6008AB

RGB

 RED value IS 96 (37.89% from 255) = 34.91%

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

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

R = 34.91%
G = 2.91%
B = 62.18%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6008AB (or 0x6008AB) is known color: Purple Heart. HEX triplet: 60, 08 and AB. RGB value is (96,8,171). Sum of RGB (Red+Green+Blue) = 96+8+171=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #6008AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6008AB is #9FF754. Grayscale: #343434. Windows color (decimal): -10483541 or 11208800. OLE color: 11208800.

HSL color Cylindrical-coordinate representation of color #6008AB: hue angle of 272.39º 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 #6008AB is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 8 171 -
CMYK 0.44 0.95 0 0.33
HSL 272.39º 0.91% 0.35% -
HSV(B) 272.39º 0.95% 0.67% -
XYZ 12.26 5.6 38.96 -
YUV 52.89 194.65 158.75 -
System Red Green Blue C M Y K H S L
Decimal 96 8 171 0.44 0.95 0 0.33 272.39 0.91 0.35
Hex 60 8 AB 2C 5F 0 21 110 5B 23
Octal 140 10 253 54 137 0 41 420 133 43
Binary 1100000 1000 10101011 101100 1011111 0 100001 100010000 1011011 100011

Color Harmonies of #6008AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6008AB

Black with #6008AB

Text Example


Text Example

White with #6008AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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