Html Css Color HEX #460DAD Purple Heart

📋 copy color: '#460DAD'

red 70 ◦ green 13 ◦ blue 173

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

Shades of Purple Heart #460DAD

Tints of Purple Heart #460DAD

RGB

 RED value IS 70 (27.73% from 255) = 27.34%

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

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

R = 27.34%
G = 5.08%
B = 67.58%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#460DAD (or 0x460DAD) is known color: Purple Heart. HEX triplet: 46, 0D and AD. RGB value is (70,13,173). Sum of RGB (Red+Green+Blue) = 70+13+173=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #460DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460DAD is #B9F252. Grayscale: #2F2F2F. Windows color (decimal): -12186195 or 11341126. OLE color: 11341126.

HSL color Cylindrical-coordinate representation of color #460DAD: hue angle of 261.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460DAD is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 13 173 -
CMYK 0.60 0.92 0 0.32
HSL 261.38º 0.86% 0.36% -
HSV(B) 261.38º 0.92% 0.68% -
XYZ 10.21 4.61 39.89 -
YUV 48.28 198.38 143.49 -
System Red Green Blue C M Y K H S L
Decimal 70 13 173 0.60 0.92 0 0.32 261.38 0.86 0.36
Hex 46 D AD 3C 5C 0 20 105 56 24
Octal 106 15 255 74 134 0 40 405 126 44
Binary 1000110 1101 10101101 111100 1011100 0 100000 100000101 1010110 100100

Color Harmonies of #460DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DAD

Black with #460DAD

Text Example


Text Example

White with #460DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460DAD; }

 p { color: rgb(70,13,173); }

 H1.HeaderClassName
 {
   color: #460DAD;
 }
 .AnyTagClassName
 {
   color: #460DAD;
 }
</style>

background-color css

<style>
 a { background-color: #460DAD; }

 a { background-color: rgb(70,13,173); }

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

border-color css

<style>
 span { border-color: #460DAD; }

 span { border-color: rgb(70,13,173); }

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