Html Css Color HEX #461AB9 Purple Heart

📋 copy color: '#461AB9'

red 70 ◦ green 26 ◦ blue 185

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

Shades of Purple Heart #461AB9

Tints of Purple Heart #461AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 65.84%

R = 24.91%
G = 9.25%
B = 65.84%

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

#461AB9 (or 0x461AB9) is known color: Purple Heart. HEX triplet: 46, 1A and B9. RGB value is (70,26,185). Sum of RGB (Red+Green+Blue) = 70+26+185=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 185 (72.66% from 255 or 65.84% from 281); Max value from RGB is 185 - color contains mainly: blue. Hex color #461AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461AB9 is #B9E546. Grayscale: #383838. Windows color (decimal): -12182855 or 12130886. OLE color: 12130886.

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

Color convert

RGB 70 26 185 -
CMYK 0.62 0.86 0 0.27
HSL 256.6º 0.75% 0.41% -
HSV(B) 256.6º 0.86% 0.73% -
XYZ 11.65 5.54 46.35 -
YUV 57.28 200.08 137.07 -
System Red Green Blue C M Y K H S L
Decimal 70 26 185 0.62 0.86 0 0.27 256.6 0.75 0.41
Hex 46 1A B9 3E 56 0 1B 101 4B 29
Octal 106 32 271 76 126 0 33 401 113 51
Binary 1000110 11010 10111001 111110 1010110 0 11011 100000001 1001011 101001

Color Harmonies of #461AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AB9

Black with #461AB9

Text Example


Text Example

White with #461AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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