Html Css Color HEX #600FAD Purple Heart

📋 copy color: '#600FAD'

red 96 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #600FAD

Tints of Purple Heart #600FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.28%

 BLUE value IS 173 (67.97% from 255) = 60.92%

R = 33.8%
G = 5.28%
B = 60.92%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#600FAD (or 0x600FAD) is known color: Purple Heart. HEX triplet: 60, 0F and AD. RGB value is (96,15,173). Sum of RGB (Red+Green+Blue) = 96+15+173=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #600FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600FAD is #9FF052. Grayscale: #383838. Windows color (decimal): -10481747 or 11341664. OLE color: 11341664.

HSL color Cylindrical-coordinate representation of color #600FAD: hue angle of 270.76º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600FAD is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 15 173 -
CMYK 0.45 0.91 0 0.32
HSL 270.76º 0.84% 0.37% -
HSV(B) 270.76º 0.91% 0.68% -
XYZ 12.54 5.85 40 -
YUV 57.23 193.34 155.65 -
System Red Green Blue C M Y K H S L
Decimal 96 15 173 0.45 0.91 0 0.32 270.76 0.84 0.37
Hex 60 F AD 2D 5B 0 20 10F 54 25
Octal 140 17 255 55 133 0 40 417 124 45
Binary 1100000 1111 10101101 101101 1011011 0 100000 100001111 1010100 100101

Color Harmonies of #600FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600FAD

Black with #600FAD

Text Example


Text Example

White with #600FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,15,173); }

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

background-color css

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

 a { background-color: rgb(96,15,173); }

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

border-color css

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

 span { border-color: rgb(96,15,173); }

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