Html Css Color HEX #4C0DCE Purple Heart

📋 copy color: '#4C0DCE'

red 76 ◦ green 13 ◦ blue 206

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

Shades of Purple Heart #4C0DCE

Tints of Purple Heart #4C0DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.83%

R = 25.76%
G = 4.41%
B = 69.83%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C0DCE (or 0x4C0DCE) is known color: Purple Heart. HEX triplet: 4C, 0D and CE. RGB value is (76,13,206). Sum of RGB (Red+Green+Blue) = 76+13+206=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C0DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0DCE is #B3F231. Grayscale: #353535. Windows color (decimal): -11792946 or 13503820. OLE color: 13503820.

HSL color Cylindrical-coordinate representation of color #4C0DCE: hue angle of 259.59º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0DCE is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 13 206 -
CMYK 0.63 0.94 0 0.19
HSL 259.59º 0.88% 0.43% -
HSV(B) 259.59º 0.94% 0.81% -
XYZ 14.26 6.28 58.85 -
YUV 53.84 213.87 143.81 -
System Red Green Blue C M Y K H S L
Decimal 76 13 206 0.63 0.94 0 0.19 259.59 0.88 0.43
Hex 4C D CE 3F 5E 0 13 104 58 2B
Octal 114 15 316 77 136 0 23 404 130 53
Binary 1001100 1101 11001110 111111 1011110 0 10011 100000100 1011000 101011

Color Harmonies of #4C0DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0DCE

Black with #4C0DCE

Text Example


Text Example

White with #4C0DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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