Html Css Color HEX #4B04BB Purple Heart

📋 copy color: '#4B04BB'

red 75 ◦ green 4 ◦ blue 187

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

Shades of Purple Heart #4B04BB

Tints of Purple Heart #4B04BB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

 BLUE value IS 187 (73.44% from 255) = 70.3%

R = 28.2%
G = 1.5%
B = 70.3%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B04BB (or 0x4B04BB) is known color: Purple Heart. HEX triplet: 4B, 04 and BB. RGB value is (75,4,187). Sum of RGB (Red+Green+Blue) = 75+4+187=266 (35% of max value = 765). Red value is 75 (29.69% from 255 or 28.20% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B04BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B04BB is #B4FB44. Grayscale: #2D2D2D. Windows color (decimal): -11860805 or 12256331. OLE color: 12256331.

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

Color convert

RGB 75 4 187 -
CMYK 0.60 0.98 0 0.27
HSL 263.28º 0.96% 0.37% -
HSV(B) 263.28º 0.98% 0.73% -
XYZ 11.91 5.17 47.38 -
YUV 46.09 207.52 148.62 -
System Red Green Blue C M Y K H S L
Decimal 75 4 187 0.60 0.98 0 0.27 263.28 0.96 0.37
Hex 4B 4 BB 3C 62 0 1B 107 60 25
Octal 113 4 273 74 142 0 33 407 140 45
Binary 1001011 100 10111011 111100 1100010 0 11011 100000111 1100000 100101

Color Harmonies of #4B04BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B04BB

Black with #4B04BB

Text Example


Text Example

White with #4B04BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,4,187); }

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

background-color css

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

 a { background-color: rgb(75,4,187); }

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

border-color css

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

 span { border-color: rgb(75,4,187); }

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