Html Css Color HEX #6008AF Purple Heart

📋 copy color: '#6008AF'

red 96 ◦ green 8 ◦ blue 175

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

Shades of Purple Heart #6008AF

Tints of Purple Heart #6008AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.72%

R = 34.41%
G = 2.87%
B = 62.72%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6008AF (or 0x6008AF) is known color: Purple Heart. HEX triplet: 60, 08 and AF. RGB value is (96,8,175). Sum of RGB (Red+Green+Blue) = 96+8+175=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #6008AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6008AF is #9FF750. Grayscale: #343434. Windows color (decimal): -10483537 or 11470944. OLE color: 11470944.

HSL color Cylindrical-coordinate representation of color #6008AF: hue angle of 271.62º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6008AF is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 8 175 -
CMYK 0.45 0.95 0 0.31
HSL 271.62º 0.91% 0.36% -
HSV(B) 271.62º 0.95% 0.69% -
XYZ 12.65 5.76 41 -
YUV 53.35 196.65 158.42 -
System Red Green Blue C M Y K H S L
Decimal 96 8 175 0.45 0.95 0 0.31 271.62 0.91 0.36
Hex 60 8 AF 2D 5F 0 1F 110 5B 24
Octal 140 10 257 55 137 0 37 420 133 44
Binary 1100000 1000 10101111 101101 1011111 0 11111 100010000 1011011 100100

Color Harmonies of #6008AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6008AF

Black with #6008AF

Text Example


Text Example

White with #6008AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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