Html Css Color HEX #4B0FBC Purple Heart

📋 copy color: '#4B0FBC'

red 75 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #4B0FBC

Tints of Purple Heart #4B0FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.4%

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

R = 26.98%
G = 5.4%
B = 67.63%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B0FBC (or 0x4B0FBC) is known color: Purple Heart. HEX triplet: 4B, 0F and BC. RGB value is (75,15,188). Sum of RGB (Red+Green+Blue) = 75+15+188=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B0FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B0FBC is #B4F043. Grayscale: #343434. Windows color (decimal): -11857988 or 12324683. OLE color: 12324683.

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

Color convert

RGB 75 15 188 -
CMYK 0.60 0.92 0 0.26
HSL 260.81º 0.85% 0.4% -
HSV(B) 260.81º 0.92% 0.74% -
XYZ 12.15 5.47 47.99 -
YUV 52.66 204.38 143.93 -
System Red Green Blue C M Y K H S L
Decimal 75 15 188 0.60 0.92 0 0.26 260.81 0.85 0.4
Hex 4B F BC 3C 5C 0 1A 105 55 28
Octal 113 17 274 74 134 0 32 405 125 50
Binary 1001011 1111 10111100 111100 1011100 0 11010 100000101 1010101 101000

Color Harmonies of #4B0FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0FBC

Black with #4B0FBC

Text Example


Text Example

White with #4B0FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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