#3F0CBB

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

Shades of Purple Heart #3F0CBB

Tints of Purple Heart #3F0CBB

Color information

#3F0CBB (or 0x3F0CBB) is unknown color: approx Purple Heart. HEX triplet: 3F, 0C and BB. RGB value is (63,12,187). Sum of RGB (Red+Green+Blue) = 63+12+187=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F0CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F0CBB is #C0F344. Grayscale: #2E2E2E. Windows color (decimal): -12645189 or 12258367. OLE color: 12258367.

HSL color Cylindrical-coordinate representation of color #3F0CBB: hue angle of 257.49º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0CBB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6312187-
CMYK0.660.9400.27
HSL257.49º87.94%39.02%-
HSV(B)257.49º93.58%73.33%-
XYZ11.154.9147.37-
YUV47.2206.9139.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.05%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 187 (73.44% from 255) = 71.37%
R=24.05%
G=4.58%
B=71.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63121870.660.9400.27257.4987.9439.02
Hex3FCBB425E01B1015827
Octal771427310213603340113047
Binary111111110010111011100001010111100110111000000011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,12,187); }

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

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

 a { background-color: rgb(63,12,187); }

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

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

 span { border-color: rgb(63,12,187); }

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