Html Css Color HEX #6016A0 Purple Heart

📋 copy color: '#6016A0'

red 96 ◦ green 22 ◦ blue 160

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

Shades of Purple Heart #6016A0

Tints of Purple Heart #6016A0

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

 BLUE value IS 160 (62.89% from 255) = 57.55%

R = 34.53%
G = 7.91%
B = 57.55%

CMYK

 C value IS 0.4

 M value IS 0.86

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6016A0 (or 0x6016A0) is known color: Purple Heart. HEX triplet: 60, 16 and A0. RGB value is (96,22,160). Sum of RGB (Red+Green+Blue) = 96+22+160=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #6016A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6016A0 is #9FE95F. Grayscale: #3B3B3B. Windows color (decimal): -10479968 or 10491488. OLE color: 10491488.

HSL color Cylindrical-coordinate representation of color #6016A0: hue angle of 272.17º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6016A0 is Cyan = 0.4, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 22 160 -
CMYK 0.4 0.86 0 0.37
HSL 272.17º 0.76% 0.36% -
HSV(B) 272.17º 0.86% 0.63% -
XYZ 11.46 5.6 33.73 -
YUV 59.86 184.52 153.78 -
System Red Green Blue C M Y K H S L
Decimal 96 22 160 0.4 0.86 0 0.37 272.17 0.76 0.36
Hex 60 16 A0 28 56 0 25 110 4C 24
Octal 140 26 240 50 126 0 45 420 114 44
Binary 1100000 10110 10100000 101000 1010110 0 100101 100010000 1001100 100100

Color Harmonies of #6016A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6016A0

Black with #6016A0

Text Example


Text Example

White with #6016A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6016A0; }

 p { color: rgb(96,22,160); }

 H1.HeaderClassName
 {
   color: #6016A0;
 }
 .AnyTagClassName
 {
   color: #6016A0;
 }
</style>

background-color css

<style>
 a { background-color: #6016A0; }

 a { background-color: rgb(96,22,160); }

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

border-color css

<style>
 span { border-color: #6016A0; }

 span { border-color: rgb(96,22,160); }

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