Html Css Color HEX #4B27BE Purple Heart

📋 copy color: '#4B27BE'

red 75 ◦ green 39 ◦ blue 190

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

Shades of Purple Heart #4B27BE

Tints of Purple Heart #4B27BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 24.67%
G = 12.83%
B = 62.5%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4B27BE (or 0x4B27BE) is known color: Purple Heart. HEX triplet: 4B, 27 and BE. RGB value is (75,39,190). Sum of RGB (Red+Green+Blue) = 75+39+190=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B27BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B27BE is #B4D841. Grayscale: #424242. Windows color (decimal): -11851842 or 12461899. OLE color: 12461899.

HSL color Cylindrical-coordinate representation of color #4B27BE: hue angle of 254.3º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B27BE is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 39 190 -
CMYK 0.61 0.79 0 0.25
HSL 254.3º 0.66% 0.45% -
HSV(B) 254.3º 0.79% 0.75% -
XYZ 12.92 6.66 49.32 -
YUV 66.98 197.43 133.72 -
System Red Green Blue C M Y K H S L
Decimal 75 39 190 0.61 0.79 0 0.25 254.3 0.66 0.45
Hex 4B 27 BE 3D 4F 0 19 FE 42 2D
Octal 113 47 276 75 117 0 31 376 102 55
Binary 1001011 100111 10111110 111101 1001111 0 11001 11111110 1000010 101101

Color Harmonies of #4B27BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B27BE

Black with #4B27BE

Text Example


Text Example

White with #4B27BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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