Html Css Color HEX #601CCE Purple Heart

📋 copy color: '#601CCE'

red 96 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #601CCE

Tints of Purple Heart #601CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.48%

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

R = 29.09%
G = 8.48%
B = 62.42%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#601CCE (or 0x601CCE) is known color: Purple Heart. HEX triplet: 60, 1C and CE. RGB value is (96,28,206). Sum of RGB (Red+Green+Blue) = 96+28+206=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #601CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CCE is #9FE331. Grayscale: #434343. Windows color (decimal): -10478386 or 13507680. OLE color: 13507680.

HSL color Cylindrical-coordinate representation of color #601CCE: hue angle of 262.92º degrees, saturation: 0.76, 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 #601CCE is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 28 206 -
CMYK 0.53 0.86 0 0.19
HSL 262.92º 0.76% 0.46% -
HSV(B) 262.92º 0.86% 0.81% -
XYZ 16.38 7.77 59.03 -
YUV 68.62 205.53 147.53 -
System Red Green Blue C M Y K H S L
Decimal 96 28 206 0.53 0.86 0 0.19 262.92 0.76 0.46
Hex 60 1C CE 35 56 0 13 107 4C 2E
Octal 140 34 316 65 126 0 23 407 114 56
Binary 1100000 11100 11001110 110101 1010110 0 10011 100000111 1001100 101110

Color Harmonies of #601CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CCE

Black with #601CCE

Text Example


Text Example

White with #601CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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