Html Css Color HEX #4620AB Purple Heart

📋 copy color: '#4620AB'

red 70 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #4620AB

Tints of Purple Heart #4620AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

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

R = 25.64%
G = 11.72%
B = 62.64%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4620AB (or 0x4620AB) is known color: Purple Heart. HEX triplet: 46, 20 and AB. RGB value is (70,32,171). Sum of RGB (Red+Green+Blue) = 70+32+171=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #4620AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4620AB is #B9DF54. Grayscale: #3A3A3A. Windows color (decimal): -12181333 or 11214918. OLE color: 11214918.

HSL color Cylindrical-coordinate representation of color #4620AB: hue angle of 256.4º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4620AB is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 32 171 -
CMYK 0.59 0.81 0 0.33
HSL 256.4º 0.68% 0.4% -
HSV(B) 256.4º 0.81% 0.67% -
XYZ 10.39 5.28 39 -
YUV 59.21 191.09 135.7 -
System Red Green Blue C M Y K H S L
Decimal 70 32 171 0.59 0.81 0 0.33 256.4 0.68 0.4
Hex 46 20 AB 3B 51 0 21 100 44 28
Octal 106 40 253 73 121 0 41 400 104 50
Binary 1000110 100000 10101011 111011 1010001 0 100001 100000000 1000100 101000

Color Harmonies of #4620AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4620AB

Black with #4620AB

Text Example


Text Example

White with #4620AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4620AB; }

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

 H1.HeaderClassName
 {
   color: #4620AB;
 }
 .AnyTagClassName
 {
   color: #4620AB;
 }
</style>

background-color css

<style>
 a { background-color: #4620AB; }

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

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

border-color css

<style>
 span { border-color: #4620AB; }

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

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