#4334BB

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

Shades of Purple Heart #4334BB

Tints of Purple Heart #4334BB

Color information

#4334BB (or 0x4334BB) is unknown color: approx Purple Heart. HEX triplet: 43, 34 and BB. RGB value is (67,52,187). Sum of RGB (Red+Green+Blue) = 67+52+187=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #4334BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4334BB is #BCCB44. Grayscale: #474747. Windows color (decimal): -12372805 or 12268611. OLE color: 12268611.

HSL color Cylindrical-coordinate representation of color #4334BB: hue angle of 246.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4334BB is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6752187-
CMYK0.640.7200.27
HSL246.67º56.49%46.86%-
HSV(B)246.67º72.19%73.33%-
XYZ12.517.2447.75-
YUV71.88192.97124.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.90%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 187 (73.44% from 255) = 61.11%
R=21.90%
G=16.99%
B=61.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal67521870.640.7200.27246.6756.4946.86
Hex4334BB404801Bf7382f
Octal103642731001100333677057
Binary1000011110100101110111000000100100001101111110111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4334BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4334BB; }

 p { color: rgb(67,52,187); }

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

<style>
 a { background-color: #4334BB; }

 a { background-color: rgb(67,52,187); }

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

<style>
 span { border-color: #4334BB; }

 span { border-color: rgb(67,52,187); }

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