Html Css Color HEX #4619AB Purple Heart

📋 copy color: '#4619AB'

red 70 ◦ green 25 ◦ blue 171

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

Shades of Purple Heart #4619AB

Tints of Purple Heart #4619AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.4%

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

R = 26.32%
G = 9.4%
B = 64.29%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4619AB (or 0x4619AB) is known color: Purple Heart. HEX triplet: 46, 19 and AB. RGB value is (70,25,171). Sum of RGB (Red+Green+Blue) = 70+25+171=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #4619AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4619AB is #B9E654. Grayscale: #363636. Windows color (decimal): -12183125 or 11213126. OLE color: 11213126.

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

Color convert

RGB 70 25 171 -
CMYK 0.59 0.85 0 0.33
HSL 258.49º 0.74% 0.38% -
HSV(B) 258.49º 0.85% 0.67% -
XYZ 10.22 4.94 38.94 -
YUV 55.1 193.41 138.63 -
System Red Green Blue C M Y K H S L
Decimal 70 25 171 0.59 0.85 0 0.33 258.49 0.74 0.38
Hex 46 19 AB 3B 55 0 21 102 4A 26
Octal 106 31 253 73 125 0 41 402 112 46
Binary 1000110 11001 10101011 111011 1010101 0 100001 100000010 1001010 100110

Color Harmonies of #4619AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4619AB

Black with #4619AB

Text Example


Text Example

White with #4619AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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