#4a0dce

Color #4A0DCE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4A0DCE

Tints of Purple Heart #4A0DCE

Color information

#4A0DCE (or 0x4A0DCE) is unknown color: approx Purple Heart. HEX triplet: 4A, 0D and CE. RGB value is (74,13,206). Sum of RGB (Red+Green+Blue) = 74+13+206=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 206 (80.86% from 255 or 70.31% from 293); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A0DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0DCE is #B5F231. Grayscale: #343434. Windows color (decimal): -11924018 or 13503818. OLE color: 13503818.

HSL color Cylindrical-coordinate representation of color #4A0DCE: hue angle of 258.96º 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 #4A0DCE is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7413206-
CMYK0.640.9400.19
HSL258.96º88.13%42.94%-
HSV(B)258.96º93.69%80.78%-
XYZ14.116.258.85-
YUV53.24214.21142.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.26%
GREEN value IS 13 (5.47% from 255) = 4.44%
BLUE value IS 206 (80.86% from 255) = 70.31%
R=25.26%
G=4.44%
B=70.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal74132060.640.9400.19258.9688.1342.94
Hex4ADCE405E013103582b
Octal1121531610013602340313053
Binary1001010110111001110100000010111100100111000000111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a0dce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4a0dce;
 }
 .AnyTagClassName
 {
   color: #4a0dce;
 }
</style>
background-color css

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

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

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

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

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

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