Html Css Color HEX #461BA9 Purple Heart

📋 copy color: '#461BA9'

red 70 ◦ green 27 ◦ blue 169

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

Shades of Purple Heart #461BA9

Tints of Purple Heart #461BA9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.15%

 BLUE value IS 169 (66.41% from 255) = 63.53%

R = 26.32%
G = 10.15%
B = 63.53%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#461BA9 (or 0x461BA9) is known color: Purple Heart. HEX triplet: 46, 1B and A9. RGB value is (70,27,169). Sum of RGB (Red+Green+Blue) = 70+27+169=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 169 (66.41% from 255 or 63.53% from 266); Max value from RGB is 169 - color contains mainly: blue. Hex color #461BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461BA9 is #B9E456. Grayscale: #373737. Windows color (decimal): -12182615 or 11082566. OLE color: 11082566.

HSL color Cylindrical-coordinate representation of color #461BA9: hue angle of 258.17º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461BA9 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 70 27 169 -
CMYK 0.59 0.84 0 0.34
HSL 258.17º 0.72% 0.38% -
HSV(B) 258.17º 0.84% 0.66% -
XYZ 10.08 4.95 37.96 -
YUV 56.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 70 27 169 0.59 0.84 0 0.34 258.17 0.72 0.38
Hex 46 1B A9 3B 54 0 22 102 48 26
Octal 106 33 251 73 124 0 42 402 110 46
Binary 1000110 11011 10101001 111011 1010100 0 100010 100000010 1001000 100110

Color Harmonies of #461BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BA9

Black with #461BA9

Text Example


Text Example

White with #461BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,27,169); }

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

background-color css

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

 a { background-color: rgb(70,27,169); }

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

border-color css

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

 span { border-color: rgb(70,27,169); }

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