Html Css Color HEX #6008AC Purple Heart

📋 copy color: '#6008AC'

red 96 ◦ green 8 ◦ blue 172

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

Shades of Purple Heart #6008AC

Tints of Purple Heart #6008AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.32%

R = 34.78%
G = 2.9%
B = 62.32%

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

#6008AC (or 0x6008AC) is known color: Purple Heart. HEX triplet: 60, 08 and AC. RGB value is (96,8,172). Sum of RGB (Red+Green+Blue) = 96+8+172=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #6008AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6008AC is #9FF753. Grayscale: #343434. Windows color (decimal): -10483540 or 11274336. OLE color: 11274336.

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

Color convert

RGB 96 8 172 -
CMYK 0.44 0.95 0 0.33
HSL 272.2º 0.91% 0.35% -
HSV(B) 272.2º 0.95% 0.67% -
XYZ 12.36 5.64 39.47 -
YUV 53.01 195.15 158.66 -
System Red Green Blue C M Y K H S L
Decimal 96 8 172 0.44 0.95 0 0.33 272.2 0.91 0.35
Hex 60 8 AC 2C 5F 0 21 110 5B 23
Octal 140 10 254 54 137 0 41 420 133 43
Binary 1100000 1000 10101100 101100 1011111 0 100001 100010000 1011011 100011

Color Harmonies of #6008AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6008AC

Black with #6008AC

Text Example


Text Example

White with #6008AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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