Html Css Color HEX #4B27BA Purple Heart

📋 copy color: '#4B27BA'

red 75 ◦ green 39 ◦ blue 186

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

Shades of Purple Heart #4B27BA

Tints of Purple Heart #4B27BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

 BLUE value IS 186 (73.05% from 255) = 62%

R = 25%
G = 13%
B = 62%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B27BA (or 0x4B27BA) is known color: Purple Heart. HEX triplet: 4B, 27 and BA. RGB value is (75,39,186). Sum of RGB (Red+Green+Blue) = 75+39+186=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B27BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B27BA is #B4D845. Grayscale: #414141. Windows color (decimal): -11851846 or 12199755. OLE color: 12199755.

HSL color Cylindrical-coordinate representation of color #4B27BA: hue angle of 254.69º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B27BA is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 39 186 -
CMYK 0.60 0.79 0 0.27
HSL 254.69º 0.65% 0.44% -
HSV(B) 254.69º 0.79% 0.73% -
XYZ 12.49 6.49 47.05 -
YUV 66.52 195.43 134.05 -
System Red Green Blue C M Y K H S L
Decimal 75 39 186 0.60 0.79 0 0.27 254.69 0.65 0.44
Hex 4B 27 BA 3C 4F 0 1B FF 41 2C
Octal 113 47 272 74 117 0 33 377 101 54
Binary 1001011 100111 10111010 111100 1001111 0 11011 11111111 1000001 101100

Color Harmonies of #4B27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B27BA

Black with #4B27BA

Text Example


Text Example

White with #4B27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,39,186); }

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

background-color css

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

 a { background-color: rgb(75,39,186); }

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

border-color css

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

 span { border-color: rgb(75,39,186); }

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