Html Css Color HEX #4D00BC Purple Heart

📋 copy color: '#4D00BC'

red 77 ◦ green 0 ◦ blue 188

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

Shades of Purple Heart #4D00BC

Tints of Purple Heart #4D00BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.06%
G = 0%
B = 70.94%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D00BC (or 0x4D00BC) is known color: Purple Heart. HEX triplet: 4D, 00 and BC. RGB value is (77,0,188). Sum of RGB (Red+Green+Blue) = 77+0+188=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D00BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D00BC is #B2FF43. Grayscale: #2B2B2B. Windows color (decimal): -11730756 or 12320845. OLE color: 12320845.

HSL color Cylindrical-coordinate representation of color #4D00BC: hue angle of 264.57º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D00BC is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 0 188 -
CMYK 0.59 1 0 0.26
HSL 264.57º 1% 0.37% -
HSV(B) 264.57º 1% 0.74% -
XYZ 12.14 5.21 47.94 -
YUV 44.46 209.01 151.21 -
System Red Green Blue C M Y K H S L
Decimal 77 0 188 0.59 1 0 0.26 264.57 1 0.37
Hex 4D 0 BC 3B 64 0 1A 109 64 25
Octal 115 0 274 73 144 0 32 411 144 45
Binary 1001101 0 10111100 111011 1100100 0 11010 100001001 1100100 100101

Color Harmonies of #4D00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D00BC

Black with #4D00BC

Text Example


Text Example

White with #4D00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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