Html Css Color HEX #4D04BC Purple Heart

📋 copy color: '#4D04BC'

red 77 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #4D04BC

Tints of Purple Heart #4D04BC

RGB

 RED value IS 77 (30.47% from 255) = 28.62%

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

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

R = 28.62%
G = 1.49%
B = 69.89%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D04BC (or 0x4D04BC) is known color: Purple Heart. HEX triplet: 4D, 04 and BC. RGB value is (77,4,188). Sum of RGB (Red+Green+Blue) = 77+4+188=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D04BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D04BC is #B2FB43. Grayscale: #2E2E2E. Windows color (decimal): -11729732 or 12321869. OLE color: 12321869.

HSL color Cylindrical-coordinate representation of color #4D04BC: hue angle of 263.8º 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 #4D04BC is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 4 188 -
CMYK 0.59 0.98 0 0.26
HSL 263.8º 0.96% 0.38% -
HSV(B) 263.8º 0.98% 0.74% -
XYZ 12.18 5.3 47.96 -
YUV 46.8 207.68 149.54 -
System Red Green Blue C M Y K H S L
Decimal 77 4 188 0.59 0.98 0 0.26 263.8 0.96 0.38
Hex 4D 4 BC 3B 62 0 1A 108 60 26
Octal 115 4 274 73 142 0 32 410 140 46
Binary 1001101 100 10111100 111011 1100010 0 11010 100001000 1100000 100110

Color Harmonies of #4D04BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D04BC

Black with #4D04BC

Text Example


Text Example

White with #4D04BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,188); }

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

background-color css

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

 a { background-color: rgb(77,4,188); }

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

border-color css

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

 span { border-color: rgb(77,4,188); }

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