Html Css Color HEX #4618AD Purple Heart

📋 copy color: '#4618AD'

red 70 ◦ green 24 ◦ blue 173

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

Shades of Purple Heart #4618AD

Tints of Purple Heart #4618AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 173 (67.97% from 255) = 64.79%

R = 26.22%
G = 8.99%
B = 64.79%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4618AD (or 0x4618AD) is known color: Purple Heart. HEX triplet: 46, 18 and AD. RGB value is (70,24,173). Sum of RGB (Red+Green+Blue) = 70+24+173=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #4618AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4618AD is #B9E752. Grayscale: #363636. Windows color (decimal): -12183379 or 11343942. OLE color: 11343942.

HSL color Cylindrical-coordinate representation of color #4618AD: hue angle of 258.52º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4618AD is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 24 173 -
CMYK 0.60 0.86 0 0.32
HSL 258.52º 0.76% 0.39% -
HSV(B) 258.52º 0.86% 0.68% -
XYZ 10.4 4.97 39.95 -
YUV 54.74 194.74 138.88 -
System Red Green Blue C M Y K H S L
Decimal 70 24 173 0.60 0.86 0 0.32 258.52 0.76 0.39
Hex 46 18 AD 3C 56 0 20 103 4C 27
Octal 106 30 255 74 126 0 40 403 114 47
Binary 1000110 11000 10101101 111100 1010110 0 100000 100000011 1001100 100111

Color Harmonies of #4618AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4618AD

Black with #4618AD

Text Example


Text Example

White with #4618AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4618AD; }

 p { color: rgb(70,24,173); }

 H1.HeaderClassName
 {
   color: #4618AD;
 }
 .AnyTagClassName
 {
   color: #4618AD;
 }
</style>

background-color css

<style>
 a { background-color: #4618AD; }

 a { background-color: rgb(70,24,173); }

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

border-color css

<style>
 span { border-color: #4618AD; }

 span { border-color: rgb(70,24,173); }

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