Html Css Color HEX #4B1FAD Purple Heart

📋 copy color: '#4B1FAD'

red 75 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #4B1FAD

Tints of Purple Heart #4B1FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.11%

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

R = 26.88%
G = 11.11%
B = 62.01%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4B1FAD (or 0x4B1FAD) is known color: Purple Heart. HEX triplet: 4B, 1F and AD. RGB value is (75,31,173). Sum of RGB (Red+Green+Blue) = 75+31+173=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B1FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1FAD is #B4E052. Grayscale: #3B3B3B. Windows color (decimal): -11853907 or 11345739. OLE color: 11345739.

HSL color Cylindrical-coordinate representation of color #4B1FAD: hue angle of 258.59º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B1FAD is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 31 173 -
CMYK 0.57 0.82 0 0.32
HSL 258.59º 0.7% 0.4% -
HSV(B) 258.59º 0.82% 0.68% -
XYZ 10.93 5.49 40.02 -
YUV 60.34 191.58 138.45 -
System Red Green Blue C M Y K H S L
Decimal 75 31 173 0.57 0.82 0 0.32 258.59 0.7 0.4
Hex 4B 1F AD 39 52 0 20 103 46 28
Octal 113 37 255 71 122 0 40 403 106 50
Binary 1001011 11111 10101101 111001 1010010 0 100000 100000011 1000110 101000

Color Harmonies of #4B1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1FAD

Black with #4B1FAD

Text Example


Text Example

White with #4B1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,31,173); }

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

background-color css

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

 a { background-color: rgb(75,31,173); }

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

border-color css

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

 span { border-color: rgb(75,31,173); }

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