Html Css Color HEX #601ECE Purple Heart

📋 copy color: '#601ECE'

red 96 ◦ green 30 ◦ blue 206

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

Shades of Purple Heart #601ECE

Tints of Purple Heart #601ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.05%

R = 28.92%
G = 9.04%
B = 62.05%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#601ECE (or 0x601ECE) is known color: Purple Heart. HEX triplet: 60, 1E and CE. RGB value is (96,30,206). Sum of RGB (Red+Green+Blue) = 96+30+206=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #601ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ECE is #9FE131. Grayscale: #454545. Windows color (decimal): -10477874 or 13508192. OLE color: 13508192.

HSL color Cylindrical-coordinate representation of color #601ECE: hue angle of 262.5º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601ECE is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 30 206 -
CMYK 0.53 0.85 0 0.19
HSL 262.5º 0.75% 0.46% -
HSV(B) 262.5º 0.85% 0.81% -
XYZ 16.43 7.87 59.05 -
YUV 69.8 204.87 146.69 -
System Red Green Blue C M Y K H S L
Decimal 96 30 206 0.53 0.85 0 0.19 262.5 0.75 0.46
Hex 60 1E CE 35 55 0 13 106 4B 2E
Octal 140 36 316 65 125 0 23 406 113 56
Binary 1100000 11110 11001110 110101 1010101 0 10011 100000110 1001011 101110

Color Harmonies of #601ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601ECE

Black with #601ECE

Text Example


Text Example

White with #601ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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