Html Css Color HEX #460DAE Purple Heart

📋 copy color: '#460DAE'

red 70 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #460DAE

Tints of Purple Heart #460DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.7%

R = 27.24%
G = 5.06%
B = 67.7%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#460DAE (or 0x460DAE) is known color: Purple Heart. HEX triplet: 46, 0D and AE. RGB value is (70,13,174). Sum of RGB (Red+Green+Blue) = 70+13+174=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #460DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460DAE is #B9F251. Grayscale: #2F2F2F. Windows color (decimal): -12186194 or 11406662. OLE color: 11406662.

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

Color convert

RGB 70 13 174 -
CMYK 0.60 0.93 0 0.32
HSL 261.24º 0.86% 0.37% -
HSV(B) 261.24º 0.93% 0.68% -
XYZ 10.31 4.65 40.4 -
YUV 48.4 198.88 143.41 -
System Red Green Blue C M Y K H S L
Decimal 70 13 174 0.60 0.93 0 0.32 261.24 0.86 0.37
Hex 46 D AE 3C 5D 0 20 105 56 25
Octal 106 15 256 74 135 0 40 405 126 45
Binary 1000110 1101 10101110 111100 1011101 0 100000 100000101 1010110 100101

Color Harmonies of #460DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DAE

Black with #460DAE

Text Example


Text Example

White with #460DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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