#3F22CB

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

Shades of Purple Heart #3F22CB

Tints of Purple Heart #3F22CB

Color information

#3F22CB (or 0x3F22CB) is unknown color: approx Purple Heart. HEX triplet: 3F, 22 and CB. RGB value is (63,34,203). Sum of RGB (Red+Green+Blue) = 63+34+203=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F22CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F22CB is #C0DD34. Grayscale: #3D3D3D. Windows color (decimal): -12639541 or 13312575. OLE color: 13312575.

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

Color convert

RGB6334203-
CMYK0.690.8300.20
HSL250.3º71.31%46.47%-
HSV(B)250.3º83.25%79.61%-
XYZ13.46.5157.05-
YUV61.94207.61128.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21%
GREEN value IS 34 (13.67% from 255) = 11.33%
BLUE value IS 203 (79.69% from 255) = 67.67%
R=21%
G=11.33%
B=67.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal63342030.690.8300.20250.371.3146.47
Hex3F22CB4553014fa472e
Octal774231310512302437210756
Binary1111111000101100101110001011010011010100111110101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F22CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,34,203); }

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

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

 a { background-color: rgb(63,34,203); }

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

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

 span { border-color: rgb(63,34,203); }

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