Html Css Color HEX #6010AE Purple Heart

📋 copy color: '#6010AE'

red 96 ◦ green 16 ◦ blue 174

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

Shades of Purple Heart #6010AE

Tints of Purple Heart #6010AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

 BLUE value IS 174 (68.36% from 255) = 60.84%

R = 33.57%
G = 5.59%
B = 60.84%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6010AE (or 0x6010AE) is known color: Purple Heart. HEX triplet: 60, 10 and AE. RGB value is (96,16,174). Sum of RGB (Red+Green+Blue) = 96+16+174=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #6010AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6010AE is #9FEF51. Grayscale: #393939. Windows color (decimal): -10481490 or 11407456. OLE color: 11407456.

HSL color Cylindrical-coordinate representation of color #6010AE: hue angle of 270.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6010AE is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 16 174 -
CMYK 0.45 0.91 0 0.32
HSL 270.38º 0.83% 0.37% -
HSV(B) 270.38º 0.91% 0.68% -
XYZ 12.65 5.91 40.52 -
YUV 57.93 193.5 155.15 -
System Red Green Blue C M Y K H S L
Decimal 96 16 174 0.45 0.91 0 0.32 270.38 0.83 0.37
Hex 60 10 AE 2D 5B 0 20 10E 53 25
Octal 140 20 256 55 133 0 40 416 123 45
Binary 1100000 10000 10101110 101101 1011011 0 100000 100001110 1010011 100101

Color Harmonies of #6010AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6010AE

Black with #6010AE

Text Example


Text Example

White with #6010AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6010AE; }

 p { color: rgb(96,16,174); }

 H1.HeaderClassName
 {
   color: #6010AE;
 }
 .AnyTagClassName
 {
   color: #6010AE;
 }
</style>

background-color css

<style>
 a { background-color: #6010AE; }

 a { background-color: rgb(96,16,174); }

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

border-color css

<style>
 span { border-color: #6010AE; }

 span { border-color: rgb(96,16,174); }

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