#4309B2

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

Shades of Purple Heart #4309B2

Tints of Purple Heart #4309B2

Color information

#4309B2 (or 0x4309B2) is unknown color: approx Purple Heart. HEX triplet: 43, 09 and B2. RGB value is (67,9,178). Sum of RGB (Red+Green+Blue) = 67+9+178=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 178 (69.92% from 255 or 70.08% from 254); Max value from RGB is 178 - color contains mainly: blue. Hex color #4309B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4309B2 is #BCF64D. Grayscale: #2C2C2C. Windows color (decimal): -12383822 or 11667779. OLE color: 11667779.

HSL color Cylindrical-coordinate representation of color #4309B2: hue angle of 260.59º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4309B2 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB679178-
CMYK0.620.9500.30
HSL260.59º90.37%36.67%-
HSV(B)260.59º94.94%69.8%-
XYZ10.454.642.46-
YUV45.61202.72143.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.38%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 178 (69.92% from 255) = 70.08%
R=26.38%
G=3.54%
B=70.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal6791780.620.9500.30260.5990.3736.67
Hex439B23E5F01E1055a25
Octal103112627613703640513245
Binary100001110011011001011111010111110111101000001011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4309B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4309B2; }

 p { color: rgb(67,9,178); }

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

<style>
 a { background-color: #4309B2; }

 a { background-color: rgb(67,9,178); }

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

<style>
 span { border-color: #4309B2; }

 span { border-color: rgb(67,9,178); }

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