#3F23CA

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

Shades of Purple Heart #3F23CA

Tints of Purple Heart #3F23CA

Color information

#3F23CA (or 0x3F23CA) is unknown color: approx Purple Heart. HEX triplet: 3F, 23 and CA. RGB value is (63,35,202). Sum of RGB (Red+Green+Blue) = 63+35+202=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #3F23CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F23CA is #C0DC35. Grayscale: #3D3D3D. Windows color (decimal): -12639286 or 13247295. OLE color: 13247295.

HSL color Cylindrical-coordinate representation of color #3F23CA: hue angle of 250.06º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F23CA is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6335202-
CMYK0.690.8300.21
HSL250.06º70.46%46.47%-
HSV(B)250.06º82.67%79.22%-
XYZ13.316.5256.43-
YUV62.41206.78128.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 35 (14.06% from 255) = 11.67%
BLUE value IS 202 (79.30% from 255) = 67.33%
R=21%
G=11.67%
B=67.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal63352020.690.8300.21250.0670.4646.47
Hex3F23CA4553015fa462e
Octal774331210512302537210656
Binary1111111000111100101010001011010011010101111110101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F23CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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