Html Css Color HEX #6005AF Purple Heart

📋 copy color: '#6005AF'

red 96 ◦ green 5 ◦ blue 175

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

Shades of Purple Heart #6005AF

Tints of Purple Heart #6005AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

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

R = 34.78%
G = 1.81%
B = 63.41%

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

#6005AF (or 0x6005AF) is known color: Purple Heart. HEX triplet: 60, 05 and AF. RGB value is (96,5,175). Sum of RGB (Red+Green+Blue) = 96+5+175=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #6005AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6005AF is #9FFA50. Grayscale: #333333. Windows color (decimal): -10484305 or 11470176. OLE color: 11470176.

HSL color Cylindrical-coordinate representation of color #6005AF: hue angle of 272.12º degrees, saturation: 0.94, 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 #6005AF is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 5 175 -
CMYK 0.45 0.97 0 0.31
HSL 272.12º 0.94% 0.35% -
HSV(B) 272.12º 0.97% 0.69% -
XYZ 12.62 5.69 40.99 -
YUV 51.59 197.65 159.68 -
System Red Green Blue C M Y K H S L
Decimal 96 5 175 0.45 0.97 0 0.31 272.12 0.94 0.35
Hex 60 5 AF 2D 61 0 1F 110 5E 23
Octal 140 5 257 55 141 0 37 420 136 43
Binary 1100000 101 10101111 101101 1100001 0 11111 100010000 1011110 100011

Color Harmonies of #6005AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6005AF

Black with #6005AF

Text Example


Text Example

White with #6005AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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