Html Css Color HEX #461BAB Purple Heart

📋 copy color: '#461BAB'

red 70 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #461BAB

Tints of Purple Heart #461BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 26.12%
G = 10.07%
B = 63.81%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#461BAB (or 0x461BAB) is known color: Purple Heart. HEX triplet: 46, 1B and AB. RGB value is (70,27,171). Sum of RGB (Red+Green+Blue) = 70+27+171=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #461BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461BAB is #B9E454. Grayscale: #373737. Windows color (decimal): -12182613 or 11213638. OLE color: 11213638.

HSL color Cylindrical-coordinate representation of color #461BAB: hue angle of 257.92º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461BAB is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 27 171 -
CMYK 0.59 0.84 0 0.33
HSL 257.92º 0.73% 0.39% -
HSV(B) 257.92º 0.84% 0.67% -
XYZ 10.27 5.03 38.96 -
YUV 56.27 192.75 137.79 -
System Red Green Blue C M Y K H S L
Decimal 70 27 171 0.59 0.84 0 0.33 257.92 0.73 0.39
Hex 46 1B AB 3B 54 0 21 102 49 27
Octal 106 33 253 73 124 0 41 402 111 47
Binary 1000110 11011 10101011 111011 1010100 0 100001 100000010 1001001 100111

Color Harmonies of #461BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BAB

Black with #461BAB

Text Example


Text Example

White with #461BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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