Html Css Color HEX #600DB1 Purple Heart

📋 copy color: '#600DB1'

red 96 ◦ green 13 ◦ blue 177

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

Shades of Purple Heart #600DB1

Tints of Purple Heart #600DB1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

 BLUE value IS 177 (69.53% from 255) = 61.89%

R = 33.57%
G = 4.55%
B = 61.89%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#600DB1 (or 0x600DB1) is known color: Purple Heart. HEX triplet: 60, 0D and B1. RGB value is (96,13,177). Sum of RGB (Red+Green+Blue) = 96+13+177=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 177 (69.53% from 255 or 61.89% from 286); Max value from RGB is 177 - color contains mainly: blue. Hex color #600DB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600DB1 is #9FF24E. Grayscale: #373737. Windows color (decimal): -10482255 or 11603296. OLE color: 11603296.

HSL color Cylindrical-coordinate representation of color #600DB1: hue angle of 270.37º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600DB1 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 13 177 -
CMYK 0.46 0.93 0 0.31
HSL 270.37º 0.86% 0.37% -
HSV(B) 270.37º 0.93% 0.69% -
XYZ 12.9 5.95 42.06 -
YUV 56.51 196 156.16 -
System Red Green Blue C M Y K H S L
Decimal 96 13 177 0.46 0.93 0 0.31 270.37 0.86 0.37
Hex 60 D B1 2E 5D 0 1F 10E 56 25
Octal 140 15 261 56 135 0 37 416 126 45
Binary 1100000 1101 10110001 101110 1011101 0 11111 100001110 1010110 100101

Color Harmonies of #600DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600DB1

Black with #600DB1

Text Example


Text Example

White with #600DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600DB1; }

 p { color: rgb(96,13,177); }

 H1.HeaderClassName
 {
   color: #600DB1;
 }
 .AnyTagClassName
 {
   color: #600DB1;
 }
</style>

background-color css

<style>
 a { background-color: #600DB1; }

 a { background-color: rgb(96,13,177); }

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

border-color css

<style>
 span { border-color: #600DB1; }

 span { border-color: rgb(96,13,177); }

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