Html Css Color HEX #601CAE Purple Heart

📋 copy color: '#601CAE'

red 96 ◦ green 28 ◦ blue 174

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

Shades of Purple Heart #601CAE

Tints of Purple Heart #601CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

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

R = 32.21%
G = 9.4%
B = 58.39%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#601CAE (or 0x601CAE) is known color: Purple Heart. HEX triplet: 60, 1C and AE. RGB value is (96,28,174). Sum of RGB (Red+Green+Blue) = 96+28+174=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #601CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601CAE is #9FE351. Grayscale: #404040. Windows color (decimal): -10478418 or 11410528. OLE color: 11410528.

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

Color convert

RGB 96 28 174 -
CMYK 0.45 0.84 0 0.32
HSL 267.95º 0.72% 0.4% -
HSV(B) 267.95º 0.84% 0.68% -
XYZ 12.88 6.37 40.6 -
YUV 64.98 189.53 150.13 -
System Red Green Blue C M Y K H S L
Decimal 96 28 174 0.45 0.84 0 0.32 267.95 0.72 0.4
Hex 60 1C AE 2D 54 0 20 10C 48 28
Octal 140 34 256 55 124 0 40 414 110 50
Binary 1100000 11100 10101110 101101 1010100 0 100000 100001100 1001000 101000

Color Harmonies of #601CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CAE

Black with #601CAE

Text Example


Text Example

White with #601CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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