#4310B4

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

Shades of Purple Heart #4310B4

Tints of Purple Heart #4310B4

Color information

#4310B4 (or 0x4310B4) is unknown color: approx Purple Heart. HEX triplet: 43, 10 and B4. RGB value is (67,16,180). Sum of RGB (Red+Green+Blue) = 67+16+180=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 180 (70.70% from 255 or 68.44% from 263); Max value from RGB is 180 - color contains mainly: blue. Hex color #4310B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4310B4 is #BCEF4B. Grayscale: #313131. Windows color (decimal): -12382028 or 11800643. OLE color: 11800643.

HSL color Cylindrical-coordinate representation of color #4310B4: hue angle of 258.66º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4310B4 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6716180-
CMYK0.630.9100.29
HSL258.66º83.67%38.43%-
HSV(B)258.66º91.11%70.59%-
XYZ10.744.8643.55-
YUV49.94201.4140.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 180 (70.70% from 255) = 68.44%
R=25.48%
G=6.08%
B=68.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal67161800.630.9100.29258.6683.6738.43
Hex4310B43F5B01D1035426
Octal103202647713303540312446
Binary1000011100001011010011111110110110111011000000111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4310B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4310B4; }

 p { color: rgb(67,16,180); }

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

<style>
 a { background-color: #4310B4; }

 a { background-color: rgb(67,16,180); }

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

<style>
 span { border-color: #4310B4; }

 span { border-color: rgb(67,16,180); }

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