#430EBE

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

Shades of Purple Heart #430EBE

Tints of Purple Heart #430EBE

Color information

#430EBE (or 0x430EBE) is unknown color: approx Purple Heart. HEX triplet: 43, 0E and BE. RGB value is (67,14,190). Sum of RGB (Red+Green+Blue) = 67+14+190=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #430EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430EBE is #BCF141. Grayscale: #313131. Windows color (decimal): -12382530 or 12455491. OLE color: 12455491.

HSL color Cylindrical-coordinate representation of color #430EBE: hue angle of 258.07º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430EBE is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6714190-
CMYK0.650.9300.25
HSL258.07º86.27%40%-
HSV(B)258.07º92.63%74.51%-
XYZ11.775.2349.1-
YUV49.91207.06140.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.72%
GREEN value IS 14 (5.86% from 255) = 5.17%
BLUE value IS 190 (74.61% from 255) = 70.11%
R=24.72%
G=5.17%
B=70.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal67141900.650.9300.25258.0786.2740
Hex43EBE415D0191025628
Octal1031627610113503140212650
Binary1000011111010111110100000110111010110011000000101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430EBE; }

 p { color: rgb(67,14,190); }

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

<style>
 a { background-color: #430EBE; }

 a { background-color: rgb(67,14,190); }

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

<style>
 span { border-color: #430EBE; }

 span { border-color: rgb(67,14,190); }

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