Html Css Color HEX #461AAF Purple Heart

📋 copy color: '#461AAF'

red 70 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #461AAF

Tints of Purple Heart #461AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.58%

R = 25.83%
G = 9.59%
B = 64.58%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#461AAF (or 0x461AAF) is known color: Purple Heart. HEX triplet: 46, 1A and AF. RGB value is (70,26,175). Sum of RGB (Red+Green+Blue) = 70+26+175=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #461AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461AAF is #B9E550. Grayscale: #373737. Windows color (decimal): -12182865 or 11475526. OLE color: 11475526.

HSL color Cylindrical-coordinate representation of color #461AAF: hue angle of 257.72º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #461AAF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 26 175 -
CMYK 0.60 0.85 0 0.31
HSL 257.72º 0.74% 0.39% -
HSV(B) 257.72º 0.85% 0.69% -
XYZ 10.63 5.14 40.99 -
YUV 56.14 195.08 137.88 -
System Red Green Blue C M Y K H S L
Decimal 70 26 175 0.60 0.85 0 0.31 257.72 0.74 0.39
Hex 46 1A AF 3C 55 0 1F 102 4A 27
Octal 106 32 257 74 125 0 37 402 112 47
Binary 1000110 11010 10101111 111100 1010101 0 11111 100000010 1001010 100111

Color Harmonies of #461AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461AAF

Black with #461AAF

Text Example


Text Example

White with #461AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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