Html Css Color HEX #600AD5 Purple Heart

📋 copy color: '#600AD5'

red 96 ◦ green 10 ◦ blue 213

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

Shades of Purple Heart #600AD5

Tints of Purple Heart #600AD5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 213 (83.59% from 255) = 66.77%

R = 30.09%
G = 3.13%
B = 66.77%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#600AD5 (or 0x600AD5) is known color: Purple Heart. HEX triplet: 60, 0A and D5. RGB value is (96,10,213). Sum of RGB (Red+Green+Blue) = 96+10+213=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 213 (83.59% from 255 or 66.77% from 319); Max value from RGB is 213 - color contains mainly: blue. Hex color #600AD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600AD5 is #9FF52A. Grayscale: #3A3A3A. Windows color (decimal): -10482987 or 13961824. OLE color: 13961824.

HSL color Cylindrical-coordinate representation of color #600AD5: hue angle of 265.42º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600AD5 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 10 213 -
CMYK 0.55 0.95 0 0.16
HSL 265.42º 0.91% 0.44% -
HSV(B) 265.42º 0.95% 0.84% -
XYZ 16.94 7.51 63.51 -
YUV 58.86 214.99 154.49 -
System Red Green Blue C M Y K H S L
Decimal 96 10 213 0.55 0.95 0 0.16 265.42 0.91 0.44
Hex 60 A D5 37 5F 0 10 109 5B 2C
Octal 140 12 325 67 137 0 20 411 133 54
Binary 1100000 1010 11010101 110111 1011111 0 10000 100001001 1011011 101100

Color Harmonies of #600AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600AD5

Black with #600AD5

Text Example


Text Example

White with #600AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,10,213); }

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

background-color css

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

 a { background-color: rgb(96,10,213); }

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

border-color css

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

 span { border-color: rgb(96,10,213); }

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