Html Css Color HEX #461DAD Purple Heart

📋 copy color: '#461DAD'

red 70 ◦ green 29 ◦ blue 173

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

Shades of Purple Heart #461DAD

Tints of Purple Heart #461DAD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.66%

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

R = 25.74%
G = 10.66%
B = 63.6%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#461DAD (or 0x461DAD) is known color: Purple Heart. HEX triplet: 46, 1D and AD. RGB value is (70,29,173). Sum of RGB (Red+Green+Blue) = 70+29+173=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #461DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461DAD is #B9E252. Grayscale: #393939. Windows color (decimal): -12182099 or 11345222. OLE color: 11345222.

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

Color convert

RGB 70 29 173 -
CMYK 0.60 0.83 0 0.32
HSL 257.08º 0.71% 0.4% -
HSV(B) 257.08º 0.83% 0.68% -
XYZ 10.51 5.2 39.98 -
YUV 57.68 193.08 136.79 -
System Red Green Blue C M Y K H S L
Decimal 70 29 173 0.60 0.83 0 0.32 257.08 0.71 0.4
Hex 46 1D AD 3C 53 0 20 101 47 28
Octal 106 35 255 74 123 0 40 401 107 50
Binary 1000110 11101 10101101 111100 1010011 0 100000 100000001 1000111 101000

Color Harmonies of #461DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461DAD

Black with #461DAD

Text Example


Text Example

White with #461DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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