Html Css Color HEX #4B18AC Purple Heart

📋 copy color: '#4B18AC'

red 75 ◦ green 24 ◦ blue 172

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

Shades of Purple Heart #4B18AC

Tints of Purple Heart #4B18AC

RGB

 RED value IS 75 (29.69% from 255) = 27.68%

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

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

R = 27.68%
G = 8.86%
B = 63.47%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B18AC (or 0x4B18AC) is known color: Purple Heart. HEX triplet: 4B, 18 and AC. RGB value is (75,24,172). Sum of RGB (Red+Green+Blue) = 75+24+172=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B18AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B18AC is #B4E753. Grayscale: #373737. Windows color (decimal): -11855700 or 11278411. OLE color: 11278411.

HSL color Cylindrical-coordinate representation of color #4B18AC: hue angle of 260.68º 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 #4B18AC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 24 172 -
CMYK 0.56 0.86 0 0.33
HSL 260.68º 0.76% 0.38% -
HSV(B) 260.68º 0.86% 0.67% -
XYZ 10.67 5.13 39.46 -
YUV 56.12 193.4 141.47 -
System Red Green Blue C M Y K H S L
Decimal 75 24 172 0.56 0.86 0 0.33 260.68 0.76 0.38
Hex 4B 18 AC 38 56 0 21 105 4C 26
Octal 113 30 254 70 126 0 41 405 114 46
Binary 1001011 11000 10101100 111000 1010110 0 100001 100000101 1001100 100110

Color Harmonies of #4B18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B18AC

Black with #4B18AC

Text Example


Text Example

White with #4B18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B18AC; }

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

 H1.HeaderClassName
 {
   color: #4B18AC;
 }
 .AnyTagClassName
 {
   color: #4B18AC;
 }
</style>

background-color css

<style>
 a { background-color: #4B18AC; }

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

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

border-color css

<style>
 span { border-color: #4B18AC; }

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

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