Html Css Color HEX #4618AC Purple Heart

📋 copy color: '#4618AC'

red 70 ◦ green 24 ◦ blue 172

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

Shades of Purple Heart #4618AC

Tints of Purple Heart #4618AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.66%

R = 26.32%
G = 9.02%
B = 64.66%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4618AC (or 0x4618AC) is known color: Purple Heart. HEX triplet: 46, 18 and AC. RGB value is (70,24,172). Sum of RGB (Red+Green+Blue) = 70+24+172=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #4618AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4618AC is #B9E753. Grayscale: #363636. Windows color (decimal): -12183380 or 11278406. OLE color: 11278406.

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

Color convert

RGB 70 24 172 -
CMYK 0.59 0.86 0 0.33
HSL 258.65º 0.76% 0.38% -
HSV(B) 258.65º 0.86% 0.67% -
XYZ 10.3 4.93 39.44 -
YUV 54.63 194.24 138.97 -
System Red Green Blue C M Y K H S L
Decimal 70 24 172 0.59 0.86 0 0.33 258.65 0.76 0.38
Hex 46 18 AC 3B 56 0 21 103 4C 26
Octal 106 30 254 73 126 0 41 403 114 46
Binary 1000110 11000 10101100 111011 1010110 0 100001 100000011 1001100 100110

Color Harmonies of #4618AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4618AC

Black with #4618AC

Text Example


Text Example

White with #4618AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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