Html Css Color HEX #601CDD Purple Heart

📋 copy color: '#601CDD'

red 96 ◦ green 28 ◦ blue 221

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

Shades of Purple Heart #601CDD

Tints of Purple Heart #601CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.06%

R = 27.83%
G = 8.12%
B = 64.06%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#601CDD (or 0x601CDD) is known color: Purple Heart. HEX triplet: 60, 1C and DD. RGB value is (96,28,221). Sum of RGB (Red+Green+Blue) = 96+28+221=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #601CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CDD is #9FE322. Grayscale: #454545. Windows color (decimal): -10478371 or 14490720. OLE color: 14490720.

HSL color Cylindrical-coordinate representation of color #601CDD: hue angle of 261.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #601CDD is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 28 221 -
CMYK 0.57 0.87 0 0.13
HSL 261.14º 0.78% 0.49% -
HSV(B) 261.14º 0.87% 0.87% -
XYZ 18.29 8.54 69.09 -
YUV 70.33 213.03 146.31 -
System Red Green Blue C M Y K H S L
Decimal 96 28 221 0.57 0.87 0 0.13 261.14 0.78 0.49
Hex 60 1C DD 39 57 0 D 105 4E 31
Octal 140 34 335 71 127 0 15 405 116 61
Binary 1100000 11100 11011101 111001 1010111 0 1101 100000101 1001110 110001

Color Harmonies of #601CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601CDD

Black with #601CDD

Text Example


Text Example

White with #601CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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