Html Css Color HEX #601EC0 Purple Heart

📋 copy color: '#601EC0'

red 96 ◦ green 30 ◦ blue 192

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

Shades of Purple Heart #601EC0

Tints of Purple Heart #601EC0

RGB

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

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

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

R = 30.19%
G = 9.43%
B = 60.38%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#601EC0 (or 0x601EC0) is known color: Purple Heart. HEX triplet: 60, 1E and C0. RGB value is (96,30,192). Sum of RGB (Red+Green+Blue) = 96+30+192=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #601EC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601EC0 is #9FE13F. Grayscale: #434343. Windows color (decimal): -10477888 or 12590688. OLE color: 12590688.

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

Color convert

RGB 96 30 192 -
CMYK 0.50 0.84 0 0.25
HSL 264.44º 0.73% 0.44% -
HSV(B) 264.44º 0.84% 0.75% -
XYZ 14.8 7.22 50.48 -
YUV 68.2 197.87 147.83 -
System Red Green Blue C M Y K H S L
Decimal 96 30 192 0.50 0.84 0 0.25 264.44 0.73 0.44
Hex 60 1E C0 32 54 0 19 108 49 2C
Octal 140 36 300 62 124 0 31 410 111 54
Binary 1100000 11110 11000000 110010 1010100 0 11001 100001000 1001001 101100

Color Harmonies of #601EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601EC0

Black with #601EC0

Text Example


Text Example

White with #601EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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