#430ABF

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

Shades of Purple Heart #430ABF

Tints of Purple Heart #430ABF

Color information

#430ABF (or 0x430ABF) is unknown color: approx Purple Heart. HEX triplet: 43, 0A and BF. RGB value is (67,10,191). Sum of RGB (Red+Green+Blue) = 67+10+191=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #430ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430ABF is #BCF540. Grayscale: #2F2F2F. Windows color (decimal): -12383553 or 12520003. OLE color: 12520003.

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

Color convert

RGB6710191-
CMYK0.650.9500.25
HSL258.9º90.05%39.41%-
HSV(B)258.9º94.76%74.9%-
XYZ11.835.1749.67-
YUV47.68208.88141.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 191 (75% from 255) = 71.27%
R=25%
G=3.73%
B=71.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal67101910.650.9500.25258.990.0539.41
Hex43ABF415F0191035a27
Octal1031227710113703140313247
Binary1000011101010111111100000110111110110011000000111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,10,191); }

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

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

 a { background-color: rgb(67,10,191); }

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

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

 span { border-color: rgb(67,10,191); }

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