Html Css Color HEX #4C0DBD Purple Heart

📋 copy color: '#4C0DBD'

red 76 ◦ green 13 ◦ blue 189

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

Shades of Purple Heart #4C0DBD

Tints of Purple Heart #4C0DBD

RGB

 RED value IS 76 (30.08% from 255) = 27.34%

 GREEN value IS 13 (5.47% from 255) = 4.68%

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

R = 27.34%
G = 4.68%
B = 67.99%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C0DBD (or 0x4C0DBD) is known color: Purple Heart. HEX triplet: 4C, 0D and BD. RGB value is (76,13,189). Sum of RGB (Red+Green+Blue) = 76+13+189=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #4C0DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0DBD is #B3F242. Grayscale: #333333. Windows color (decimal): -11792963 or 12389708. OLE color: 12389708.

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

Color convert

RGB 76 13 189 -
CMYK 0.60 0.93 0 0.26
HSL 261.48º 0.87% 0.4% -
HSV(B) 261.48º 0.93% 0.74% -
XYZ 12.31 5.5 48.56 -
YUV 51.9 205.37 145.19 -
System Red Green Blue C M Y K H S L
Decimal 76 13 189 0.60 0.93 0 0.26 261.48 0.87 0.4
Hex 4C D BD 3C 5D 0 1A 105 57 28
Octal 114 15 275 74 135 0 32 405 127 50
Binary 1001100 1101 10111101 111100 1011101 0 11010 100000101 1010111 101000

Color Harmonies of #4C0DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0DBD

Black with #4C0DBD

Text Example


Text Example

White with #4C0DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,13,189); }

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

background-color css

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

 a { background-color: rgb(76,13,189); }

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

border-color css

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

 span { border-color: rgb(76,13,189); }

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