#5f33b0

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

Shades of Purple Heart #5F33B0

Tints of Purple Heart #5F33B0

Color information

#5F33B0 (or 0x5F33B0) is unknown color: approx Purple Heart. HEX triplet: 5F, 33 and B0. RGB value is (95,51,176). Sum of RGB (Red+Green+Blue) = 95+51+176=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 176 (69.14% from 255 or 54.66% from 322); Max value from RGB is 176 - color contains mainly: blue. Hex color #5F33B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F33B0 is #A0CC4F. Grayscale: #4D4D4D. Windows color (decimal): -10538064 or 11547487. OLE color: 11547487.

HSL color Cylindrical-coordinate representation of color #5F33B0: hue angle of 261.12º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F33B0 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9551176-
CMYK0.460.7100.31
HSL261.12º55.07%44.51%-
HSV(B)261.12º71.02%69.02%-
XYZ13.747.9441.88-
YUV78.41183.08139.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 176 (69.14% from 255) = 54.66%
R=29.50%
G=15.84%
B=54.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95511760.460.7100.31261.1255.0744.51
Hex5F33B02E4701F105372d
Octal13763260561070374056755
Binary1011111110011101100001011101000111011111100000101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f33b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5f33b0; }

 p { color: rgb(95,51,176); }

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

<style>
 a { background-color: #5f33b0; }

 a { background-color: rgb(95,51,176); }

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

<style>
 span { border-color: #5f33b0; }

 span { border-color: rgb(95,51,176); }

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