Html Css Color HEX #601EAE Purple Heart

📋 copy color: '#601EAE'

red 96 ◦ green 30 ◦ blue 174

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

Shades of Purple Heart #601EAE

Tints of Purple Heart #601EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

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

R = 32%
G = 10%
B = 58%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#601EAE (or 0x601EAE) is known color: Purple Heart. HEX triplet: 60, 1E and AE. RGB value is (96,30,174). Sum of RGB (Red+Green+Blue) = 96+30+174=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #601EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601EAE is #9FE151. Grayscale: #414141. Windows color (decimal): -10477906 or 11411040. OLE color: 11411040.

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

Color convert

RGB 96 30 174 -
CMYK 0.45 0.83 0 0.32
HSL 267.5º 0.71% 0.4% -
HSV(B) 267.5º 0.83% 0.68% -
XYZ 12.93 6.47 40.61 -
YUV 66.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 96 30 174 0.45 0.83 0 0.32 267.5 0.71 0.4
Hex 60 1E AE 2D 53 0 20 10C 47 28
Octal 140 36 256 55 123 0 40 414 107 50
Binary 1100000 11110 10101110 101101 1010011 0 100000 100001100 1000111 101000

Color Harmonies of #601EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601EAE

Black with #601EAE

Text Example


Text Example

White with #601EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601EAE; }

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

 H1.HeaderClassName
 {
   color: #601EAE;
 }
 .AnyTagClassName
 {
   color: #601EAE;
 }
</style>

background-color css

<style>
 a { background-color: #601EAE; }

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

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

border-color css

<style>
 span { border-color: #601EAE; }

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

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