Html Css Color HEX #601AC0 Purple Heart

📋 copy color: '#601AC0'

red 96 ◦ green 26 ◦ blue 192

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

Shades of Purple Heart #601AC0

Tints of Purple Heart #601AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.28%

 BLUE value IS 192 (75.39% from 255) = 61.15%

R = 30.57%
G = 8.28%
B = 61.15%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#601AC0 (or 0x601AC0) is known color: Purple Heart. HEX triplet: 60, 1A and C0. RGB value is (96,26,192). Sum of RGB (Red+Green+Blue) = 96+26+192=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #601AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601AC0 is #9FE53F. Grayscale: #414141. Windows color (decimal): -10478912 or 12589664. OLE color: 12589664.

HSL color Cylindrical-coordinate representation of color #601AC0: hue angle of 265.3º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601AC0 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 26 192 -
CMYK 0.50 0.86 0 0.25
HSL 265.3º 0.76% 0.43% -
HSV(B) 265.3º 0.86% 0.75% -
XYZ 14.71 7.03 50.45 -
YUV 65.85 199.19 149.5 -
System Red Green Blue C M Y K H S L
Decimal 96 26 192 0.50 0.86 0 0.25 265.3 0.76 0.43
Hex 60 1A C0 32 56 0 19 109 4C 2B
Octal 140 32 300 62 126 0 31 411 114 53
Binary 1100000 11010 11000000 110010 1010110 0 11001 100001001 1001100 101011

Color Harmonies of #601AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601AC0

Black with #601AC0

Text Example


Text Example

White with #601AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,26,192); }

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

background-color css

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

 a { background-color: rgb(96,26,192); }

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

border-color css

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

 span { border-color: rgb(96,26,192); }

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