Html Css Color HEX #6019A2 Purple Heart

📋 copy color: '#6019A2'

red 96 ◦ green 25 ◦ blue 162

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

Shades of Purple Heart #6019A2

Tints of Purple Heart #6019A2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

 BLUE value IS 162 (63.67% from 255) = 57.24%

R = 33.92%
G = 8.83%
B = 57.24%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6019A2 (or 0x6019A2) is known color: Purple Heart. HEX triplet: 60, 19 and A2. RGB value is (96,25,162). Sum of RGB (Red+Green+Blue) = 96+25+162=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 162 (63.67% from 255 or 57.24% from 283); Max value from RGB is 162 - color contains mainly: blue. Hex color #6019A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6019A2 is #9FE65D. Grayscale: #3D3D3D. Windows color (decimal): -10479198 or 10623328. OLE color: 10623328.

HSL color Cylindrical-coordinate representation of color #6019A2: hue angle of 271.09º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6019A2 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 25 162 -
CMYK 0.41 0.85 0 0.36
HSL 271.09º 0.73% 0.37% -
HSV(B) 271.09º 0.85% 0.64% -
XYZ 11.69 5.79 34.68 -
YUV 61.85 184.52 152.36 -
System Red Green Blue C M Y K H S L
Decimal 96 25 162 0.41 0.85 0 0.36 271.09 0.73 0.37
Hex 60 19 A2 29 55 0 24 10F 49 25
Octal 140 31 242 51 125 0 44 417 111 45
Binary 1100000 11001 10100010 101001 1010101 0 100100 100001111 1001001 100101

Color Harmonies of #6019A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6019A2

Black with #6019A2

Text Example


Text Example

White with #6019A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6019A2; }

 p { color: rgb(96,25,162); }

 H1.HeaderClassName
 {
   color: #6019A2;
 }
 .AnyTagClassName
 {
   color: #6019A2;
 }
</style>

background-color css

<style>
 a { background-color: #6019A2; }

 a { background-color: rgb(96,25,162); }

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

border-color css

<style>
 span { border-color: #6019A2; }

 span { border-color: rgb(96,25,162); }

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