#3f23b4

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

Shades of Purple Heart #3F23B4

Tints of Purple Heart #3F23B4

Color information

#3F23B4 (or 0x3F23B4) is unknown color: approx Purple Heart. HEX triplet: 3F, 23 and B4. RGB value is (63,35,180). Sum of RGB (Red+Green+Blue) = 63+35+180=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 180 (70.70% from 255 or 64.75% from 278); Max value from RGB is 180 - color contains mainly: blue. Hex color #3F23B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F23B4 is #C0DC4B. Grayscale: #3B3B3B. Windows color (decimal): -12639308 or 11805503. OLE color: 11805503.

HSL color Cylindrical-coordinate representation of color #3F23B4: hue angle of 251.59º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F23B4 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6335180-
CMYK0.650.8100.29
HSL251.59º67.44%42.16%-
HSV(B)251.59º80.56%70.59%-
XYZ10.895.5543.68-
YUV59.9195.78130.21-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 180 (70.70% from 255) = 64.75%
R=22.66%
G=12.59%
B=64.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63351800.650.8100.29251.5967.4442.16
Hex3F23B4415101Dfc432a
Octal774326410112103537410352
Binary1111111000111011010010000011010001011101111111001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f23b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f23b4; }

 p { color: rgb(63,35,180); }

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

<style>
 a { background-color: #3f23b4; }

 a { background-color: rgb(63,35,180); }

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

<style>
 span { border-color: #3f23b4; }

 span { border-color: rgb(63,35,180); }

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