Html Css Color HEX #6006AF Purple Heart

📋 copy color: '#6006AF'

red 96 ◦ green 6 ◦ blue 175

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

Shades of Purple Heart #6006AF

Tints of Purple Heart #6006AF

RGB

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

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

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

R = 34.66%
G = 2.17%
B = 63.18%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6006AF (or 0x6006AF) is known color: Purple Heart. HEX triplet: 60, 06 and AF. RGB value is (96,6,175). Sum of RGB (Red+Green+Blue) = 96+6+175=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #6006AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6006AF is #9FF950. Grayscale: #333333. Windows color (decimal): -10484049 or 11470432. OLE color: 11470432.

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

Color convert

RGB 96 6 175 -
CMYK 0.45 0.97 0 0.31
HSL 271.95º 0.93% 0.35% -
HSV(B) 271.95º 0.97% 0.69% -
XYZ 12.63 5.71 40.99 -
YUV 52.18 197.32 159.26 -
System Red Green Blue C M Y K H S L
Decimal 96 6 175 0.45 0.97 0 0.31 271.95 0.93 0.35
Hex 60 6 AF 2D 61 0 1F 110 5D 23
Octal 140 6 257 55 141 0 37 420 135 43
Binary 1100000 110 10101111 101101 1100001 0 11111 100010000 1011101 100011

Color Harmonies of #6006AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6006AF

Black with #6006AF

Text Example


Text Example

White with #6006AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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