Html Css Color HEX #4B13BC Purple Heart

📋 copy color: '#4B13BC'

red 75 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #4B13BC

Tints of Purple Heart #4B13BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.74%

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

R = 26.6%
G = 6.74%
B = 66.67%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B13BC (or 0x4B13BC) is known color: Purple Heart. HEX triplet: 4B, 13 and BC. RGB value is (75,19,188). Sum of RGB (Red+Green+Blue) = 75+19+188=282 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.60% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B13BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B13BC is #B4EC43. Grayscale: #363636. Windows color (decimal): -11856964 or 12325707. OLE color: 12325707.

HSL color Cylindrical-coordinate representation of color #4B13BC: hue angle of 259.88º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B13BC is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 19 188 -
CMYK 0.60 0.90 0 0.26
HSL 259.88º 0.82% 0.41% -
HSV(B) 259.88º 0.9% 0.74% -
XYZ 12.21 5.59 48.01 -
YUV 55.01 203.05 142.26 -
System Red Green Blue C M Y K H S L
Decimal 75 19 188 0.60 0.90 0 0.26 259.88 0.82 0.41
Hex 4B 13 BC 3C 5A 0 1A 104 52 29
Octal 113 23 274 74 132 0 32 404 122 51
Binary 1001011 10011 10111100 111100 1011010 0 11010 100000100 1010010 101001

Color Harmonies of #4B13BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B13BC

Black with #4B13BC

Text Example


Text Example

White with #4B13BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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