Html Css Color HEX #461CAB Purple Heart

📋 copy color: '#461CAB'

red 70 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #461CAB

Tints of Purple Heart #461CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

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

R = 26.02%
G = 10.41%
B = 63.57%

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

#461CAB (or 0x461CAB) is known color: Purple Heart. HEX triplet: 46, 1C and AB. RGB value is (70,28,171). Sum of RGB (Red+Green+Blue) = 70+28+171=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #461CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461CAB is #B9E354. Grayscale: #383838. Windows color (decimal): -12182357 or 11213894. OLE color: 11213894.

HSL color Cylindrical-coordinate representation of color #461CAB: hue angle of 257.62º degrees, saturation: 0.72, 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 #461CAB is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 28 171 -
CMYK 0.59 0.84 0 0.33
HSL 257.62º 0.72% 0.39% -
HSV(B) 257.62º 0.84% 0.67% -
XYZ 10.29 5.07 38.96 -
YUV 56.86 192.41 137.37 -
System Red Green Blue C M Y K H S L
Decimal 70 28 171 0.59 0.84 0 0.33 257.62 0.72 0.39
Hex 46 1C AB 3B 54 0 21 102 48 27
Octal 106 34 253 73 124 0 41 402 110 47
Binary 1000110 11100 10101011 111011 1010100 0 100001 100000010 1001000 100111

Color Harmonies of #461CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CAB

Black with #461CAB

Text Example


Text Example

White with #461CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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