Html Css Color HEX #4B23AB Purple Heart

📋 copy color: '#4B23AB'

red 75 ◦ green 35 ◦ blue 171

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

Shades of Purple Heart #4B23AB

Tints of Purple Heart #4B23AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

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

R = 26.69%
G = 12.46%
B = 60.85%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B23AB (or 0x4B23AB) is known color: Purple Heart. HEX triplet: 4B, 23 and AB. RGB value is (75,35,171). Sum of RGB (Red+Green+Blue) = 75+35+171=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B23AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B23AB is #B4DC54. Grayscale: #3D3D3D. Windows color (decimal): -11852885 or 11215691. OLE color: 11215691.

HSL color Cylindrical-coordinate representation of color #4B23AB: hue angle of 257.65º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B23AB is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 35 171 -
CMYK 0.56 0.80 0 0.33
HSL 257.65º 0.66% 0.4% -
HSV(B) 257.65º 0.8% 0.67% -
XYZ 10.85 5.64 39.04 -
YUV 62.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 75 35 171 0.56 0.80 0 0.33 257.65 0.66 0.4
Hex 4B 23 AB 38 50 0 21 102 42 28
Octal 113 43 253 70 120 0 41 402 102 50
Binary 1001011 100011 10101011 111000 1010000 0 100001 100000010 1000010 101000

Color Harmonies of #4B23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B23AB

Black with #4B23AB

Text Example


Text Example

White with #4B23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,35,171); }

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

background-color css

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

 a { background-color: rgb(75,35,171); }

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

border-color css

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

 span { border-color: rgb(75,35,171); }

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