Html Css Color HEX #601ECB Purple Heart

📋 copy color: '#601ECB'

red 96 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #601ECB

Tints of Purple Heart #601ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 29.18%
G = 9.12%
B = 61.7%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#601ECB (or 0x601ECB) is known color: Purple Heart. HEX triplet: 60, 1E and CB. RGB value is (96,30,203). Sum of RGB (Red+Green+Blue) = 96+30+203=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #601ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ECB is #9FE134. Grayscale: #444444. Windows color (decimal): -10477877 or 13311584. OLE color: 13311584.

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

Color convert

RGB 96 30 203 -
CMYK 0.53 0.85 0 0.20
HSL 262.89º 0.74% 0.46% -
HSV(B) 262.89º 0.85% 0.8% -
XYZ 16.07 7.73 57.14 -
YUV 69.46 203.37 146.93 -
System Red Green Blue C M Y K H S L
Decimal 96 30 203 0.53 0.85 0 0.20 262.89 0.74 0.46
Hex 60 1E CB 35 55 0 14 107 4A 2E
Octal 140 36 313 65 125 0 24 407 112 56
Binary 1100000 11110 11001011 110101 1010101 0 10100 100000111 1001010 101110

Color Harmonies of #601ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601ECB

Black with #601ECB

Text Example


Text Example

White with #601ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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