Html Css Color HEX #4B04BD Purple Heart

📋 copy color: '#4B04BD'

red 75 ◦ green 4 ◦ blue 189

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

Shades of Purple Heart #4B04BD

Tints of Purple Heart #4B04BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 70.52%

R = 27.99%
G = 1.49%
B = 70.52%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4B04BD (or 0x4B04BD) is known color: Purple Heart. HEX triplet: 4B, 04 and BD. RGB value is (75,4,189). Sum of RGB (Red+Green+Blue) = 75+4+189=268 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.99% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #4B04BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B04BD is #B4FB42. Grayscale: #2D2D2D. Windows color (decimal): -11860803 or 12387403. OLE color: 12387403.

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

Color convert

RGB 75 4 189 -
CMYK 0.60 0.98 0 0.26
HSL 263.03º 0.96% 0.38% -
HSV(B) 263.03º 0.98% 0.74% -
XYZ 12.13 5.26 48.52 -
YUV 46.32 208.52 148.46 -
System Red Green Blue C M Y K H S L
Decimal 75 4 189 0.60 0.98 0 0.26 263.03 0.96 0.38
Hex 4B 4 BD 3C 62 0 1A 107 60 26
Octal 113 4 275 74 142 0 32 407 140 46
Binary 1001011 100 10111101 111100 1100010 0 11010 100000111 1100000 100110

Color Harmonies of #4B04BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B04BD

Black with #4B04BD

Text Example


Text Example

White with #4B04BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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