#4023BC

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

Shades of Purple Heart #4023BC

Tints of Purple Heart #4023BC

Color information

#4023BC (or 0x4023BC) is unknown color: approx Purple Heart. HEX triplet: 40, 23 and BC. RGB value is (64,35,188). Sum of RGB (Red+Green+Blue) = 64+35+188=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #4023BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4023BC is #BFDC43. Grayscale: #3C3C3C. Windows color (decimal): -12573764 or 12329792. OLE color: 12329792.

HSL color Cylindrical-coordinate representation of color #4023BC: hue angle of 251.37º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4023BC is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6435188-
CMYK0.660.8100.26
HSL251.37º68.61%43.73%-
HSV(B)251.37º81.38%73.73%-
XYZ11.795.9248.1-
YUV61.11199.61130.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 35 (14.06% from 255) = 12.20%
BLUE value IS 188 (73.83% from 255) = 65.51%
R=22.30%
G=12.20%
B=65.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal64351880.660.8100.26251.3768.6143.73
Hex4023BC425101Afb452c
Octal1004327410212103237310554
Binary10000001000111011110010000101010001011010111110111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4023BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4023BC; }

 p { color: rgb(64,35,188); }

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

<style>
 a { background-color: #4023BC; }

 a { background-color: rgb(64,35,188); }

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

<style>
 span { border-color: #4023BC; }

 span { border-color: rgb(64,35,188); }

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