Html Css Color HEX #461ABA Purple Heart

📋 copy color: '#461ABA'

red 70 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #461ABA

Tints of Purple Heart #461ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.22%

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 24.82%
G = 9.22%
B = 65.96%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#461ABA (or 0x461ABA) is known color: Purple Heart. HEX triplet: 46, 1A and BA. RGB value is (70,26,186). Sum of RGB (Red+Green+Blue) = 70+26+186=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #461ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ABA is #B9E545. Grayscale: #383838. Windows color (decimal): -12182854 or 12196422. OLE color: 12196422.

HSL color Cylindrical-coordinate representation of color #461ABA: hue angle of 256.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461ABA is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 26 186 -
CMYK 0.62 0.86 0 0.27
HSL 256.5º 0.75% 0.42% -
HSV(B) 256.5º 0.86% 0.73% -
XYZ 11.76 5.59 46.91 -
YUV 57.4 200.58 136.99 -
System Red Green Blue C M Y K H S L
Decimal 70 26 186 0.62 0.86 0 0.27 256.5 0.75 0.42
Hex 46 1A BA 3E 56 0 1B 100 4B 2A
Octal 106 32 272 76 126 0 33 400 113 52
Binary 1000110 11010 10111010 111110 1010110 0 11011 100000000 1001011 101010

Color Harmonies of #461ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461ABA

Black with #461ABA

Text Example


Text Example

White with #461ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,26,186); }

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

background-color css

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

 a { background-color: rgb(70,26,186); }

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

border-color css

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

 span { border-color: rgb(70,26,186); }

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