#4425CE

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

Shades of Purple Heart #4425CE

Tints of Purple Heart #4425CE

Color information

#4425CE (or 0x4425CE) is unknown color: approx Purple Heart. HEX triplet: 44, 25 and CE. RGB value is (68,37,206). Sum of RGB (Red+Green+Blue) = 68+37+206=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #4425CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4425CE is #BBDA31. Grayscale: #404040. Windows color (decimal): -12311090 or 13509956. OLE color: 13509956.

HSL color Cylindrical-coordinate representation of color #4425CE: hue angle of 251.01º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4425CE is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6837206-
CMYK0.670.8200.19
HSL251.01º69.55%47.65%-
HSV(B)251.01º82.04%80.78%-
XYZ14.197.0159-
YUV65.54207.27129.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 206 (80.86% from 255) = 66.24%
R=21.86%
G=11.90%
B=66.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal68372060.670.8200.19251.0169.5547.65
Hex4425CE4352013fb4630
Octal1044531610312202337310660
Binary10001001001011100111010000111010010010011111110111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4425CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4425CE; }

 p { color: rgb(68,37,206); }

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

<style>
 a { background-color: #4425CE; }

 a { background-color: rgb(68,37,206); }

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

<style>
 span { border-color: #4425CE; }

 span { border-color: rgb(68,37,206); }

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