Html Css Color HEX #4D08BC Purple Heart

📋 copy color: '#4D08BC'

red 77 ◦ green 8 ◦ blue 188

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

Shades of Purple Heart #4D08BC

Tints of Purple Heart #4D08BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

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

R = 28.21%
G = 2.93%
B = 68.86%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D08BC (or 0x4D08BC) is known color: Purple Heart. HEX triplet: 4D, 08 and BC. RGB value is (77,8,188). Sum of RGB (Red+Green+Blue) = 77+8+188=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D08BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D08BC is #B2F743. Grayscale: #303030. Windows color (decimal): -11728708 or 12322893. OLE color: 12322893.

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

Color convert

RGB 77 8 188 -
CMYK 0.59 0.96 0 0.26
HSL 263º 0.92% 0.38% -
HSV(B) 263º 0.96% 0.74% -
XYZ 12.22 5.38 47.97 -
YUV 49.15 206.36 147.86 -
System Red Green Blue C M Y K H S L
Decimal 77 8 188 0.59 0.96 0 0.26 263 0.92 0.38
Hex 4D 8 BC 3B 60 0 1A 107 5C 26
Octal 115 10 274 73 140 0 32 407 134 46
Binary 1001101 1000 10111100 111011 1100000 0 11010 100000111 1011100 100110

Color Harmonies of #4D08BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D08BC

Black with #4D08BC

Text Example


Text Example

White with #4D08BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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