Html Css Color HEX #601ECF Purple Heart

📋 copy color: '#601ECF'

red 96 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #601ECF

Tints of Purple Heart #601ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 28.83%
G = 9.01%
B = 62.16%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#601ECF (or 0x601ECF) is known color: Purple Heart. HEX triplet: 60, 1E and CF. RGB value is (96,30,207). Sum of RGB (Red+Green+Blue) = 96+30+207=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #601ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ECF is #9FE130. Grayscale: #454545. Windows color (decimal): -10477873 or 13573728. OLE color: 13573728.

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

Color convert

RGB 96 30 207 -
CMYK 0.54 0.86 0 0.19
HSL 262.37º 0.75% 0.46% -
HSV(B) 262.37º 0.86% 0.81% -
XYZ 16.55 7.92 59.69 -
YUV 69.91 205.37 146.61 -
System Red Green Blue C M Y K H S L
Decimal 96 30 207 0.54 0.86 0 0.19 262.37 0.75 0.46
Hex 60 1E CF 36 56 0 13 106 4B 2E
Octal 140 36 317 66 126 0 23 406 113 56
Binary 1100000 11110 11001111 110110 1010110 0 10011 100000110 1001011 101110

Color Harmonies of #601ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601ECF

Black with #601ECF

Text Example


Text Example

White with #601ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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