Html Css Color HEX #4B0EBC Purple Heart

📋 copy color: '#4B0EBC'

red 75 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #4B0EBC

Tints of Purple Heart #4B0EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.05%

 BLUE value IS 188 (73.83% from 255) = 67.87%

R = 27.08%
G = 5.05%
B = 67.87%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B0EBC (or 0x4B0EBC) is known color: Purple Heart. HEX triplet: 4B, 0E and BC. RGB value is (75,14,188). Sum of RGB (Red+Green+Blue) = 75+14+188=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B0EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0EBC is #B4F143. Grayscale: #333333. Windows color (decimal): -11858244 or 12324427. OLE color: 12324427.

HSL color Cylindrical-coordinate representation of color #4B0EBC: hue angle of 261.03º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0EBC is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 14 188 -
CMYK 0.60 0.93 0 0.26
HSL 261.03º 0.86% 0.4% -
HSV(B) 261.03º 0.93% 0.74% -
XYZ 12.14 5.44 47.99 -
YUV 52.08 204.71 144.35 -
System Red Green Blue C M Y K H S L
Decimal 75 14 188 0.60 0.93 0 0.26 261.03 0.86 0.4
Hex 4B E BC 3C 5D 0 1A 105 56 28
Octal 113 16 274 74 135 0 32 405 126 50
Binary 1001011 1110 10111100 111100 1011101 0 11010 100000101 1010110 101000

Color Harmonies of #4B0EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0EBC

Black with #4B0EBC

Text Example


Text Example

White with #4B0EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,14,188); }

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

background-color css

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

 a { background-color: rgb(75,14,188); }

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

border-color css

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

 span { border-color: rgb(75,14,188); }

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