Html Css Color HEX #4D0CBB Purple Heart

📋 copy color: '#4D0CBB'

red 77 ◦ green 12 ◦ blue 187

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

Shades of Purple Heart #4D0CBB

Tints of Purple Heart #4D0CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

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

R = 27.9%
G = 4.35%
B = 67.75%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4D0CBB (or 0x4D0CBB) is known color: Purple Heart. HEX triplet: 4D, 0C and BB. RGB value is (77,12,187). Sum of RGB (Red+Green+Blue) = 77+12+187=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D0CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0CBB is #B2F344. Grayscale: #323232. Windows color (decimal): -11727685 or 12258381. OLE color: 12258381.

HSL color Cylindrical-coordinate representation of color #4D0CBB: hue angle of 262.29º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0CBB is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 12 187 -
CMYK 0.59 0.94 0 0.27
HSL 262.29º 0.88% 0.39% -
HSV(B) 262.29º 0.94% 0.73% -
XYZ 12.16 5.43 47.42 -
YUV 51.39 204.53 146.27 -
System Red Green Blue C M Y K H S L
Decimal 77 12 187 0.59 0.94 0 0.27 262.29 0.88 0.39
Hex 4D C BB 3B 5E 0 1B 106 58 27
Octal 115 14 273 73 136 0 33 406 130 47
Binary 1001101 1100 10111011 111011 1011110 0 11011 100000110 1011000 100111

Color Harmonies of #4D0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0CBB

Black with #4D0CBB

Text Example


Text Example

White with #4D0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,12,187); }

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

background-color css

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

 a { background-color: rgb(77,12,187); }

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

border-color css

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

 span { border-color: rgb(77,12,187); }

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