Html Css Color HEX #601EC5 Purple Heart

📋 copy color: '#601EC5'

red 96 ◦ green 30 ◦ blue 197

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

Shades of Purple Heart #601EC5

Tints of Purple Heart #601EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 60.99%

R = 29.72%
G = 9.29%
B = 60.99%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#601EC5 (or 0x601EC5) is known color: Purple Heart. HEX triplet: 60, 1E and C5. RGB value is (96,30,197). Sum of RGB (Red+Green+Blue) = 96+30+197=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #601EC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601EC5 is #9FE13A. Grayscale: #444444. Windows color (decimal): -10477883 or 12918368. OLE color: 12918368.

HSL color Cylindrical-coordinate representation of color #601EC5: hue angle of 263.71º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601EC5 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 30 197 -
CMYK 0.51 0.85 0 0.23
HSL 263.71º 0.74% 0.45% -
HSV(B) 263.71º 0.85% 0.77% -
XYZ 15.37 7.45 53.45 -
YUV 68.77 200.37 147.42 -
System Red Green Blue C M Y K H S L
Decimal 96 30 197 0.51 0.85 0 0.23 263.71 0.74 0.45
Hex 60 1E C5 33 55 0 17 108 4A 2D
Octal 140 36 305 63 125 0 27 410 112 55
Binary 1100000 11110 11000101 110011 1010101 0 10111 100001000 1001010 101101

Color Harmonies of #601EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601EC5

Black with #601EC5

Text Example


Text Example

White with #601EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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