Html Css Color HEX #4B1BAF Purple Heart

📋 copy color: '#4B1BAF'

red 75 ◦ green 27 ◦ blue 175

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

Shades of Purple Heart #4B1BAF

Tints of Purple Heart #4B1BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.75%

 BLUE value IS 175 (68.75% from 255) = 63.18%

R = 27.08%
G = 9.75%
B = 63.18%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4B1BAF (or 0x4B1BAF) is known color: Purple Heart. HEX triplet: 4B, 1B and AF. RGB value is (75,27,175). Sum of RGB (Red+Green+Blue) = 75+27+175=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B1BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1BAF is #B4E450. Grayscale: #393939. Windows color (decimal): -11854929 or 11475787. OLE color: 11475787.

HSL color Cylindrical-coordinate representation of color #4B1BAF: hue angle of 259.46º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1BAF is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 27 175 -
CMYK 0.57 0.85 0 0.31
HSL 259.46º 0.73% 0.4% -
HSV(B) 259.46º 0.85% 0.69% -
XYZ 11.03 5.37 41.01 -
YUV 58.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 75 27 175 0.57 0.85 0 0.31 259.46 0.73 0.4
Hex 4B 1B AF 39 55 0 1F 103 49 28
Octal 113 33 257 71 125 0 37 403 111 50
Binary 1001011 11011 10101111 111001 1010101 0 11111 100000011 1001001 101000

Color Harmonies of #4B1BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1BAF

Black with #4B1BAF

Text Example


Text Example

White with #4B1BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,27,175); }

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

background-color css

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

 a { background-color: rgb(75,27,175); }

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

border-color css

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

 span { border-color: rgb(75,27,175); }

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