#430ABC

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

Shades of Purple Heart #430ABC

Tints of Purple Heart #430ABC

Color information

#430ABC (or 0x430ABC) is unknown color: approx Purple Heart. HEX triplet: 43, 0A and BC. RGB value is (67,10,188). Sum of RGB (Red+Green+Blue) = 67+10+188=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #430ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430ABC is #BCF543. Grayscale: #2E2E2E. Windows color (decimal): -12383556 or 12323395. OLE color: 12323395.

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

Color convert

RGB6710188-
CMYK0.640.9500.26
HSL259.21º89.9%38.82%-
HSV(B)259.21º94.68%73.73%-
XYZ11.55.0447.94-
YUV47.34207.38142.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.28%
GREEN value IS 10 (4.30% from 255) = 3.77%
BLUE value IS 188 (73.83% from 255) = 70.94%
R=25.28%
G=3.77%
B=70.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal67101880.640.9500.26259.2189.938.82
Hex43ABC405F01A1035a27
Octal1031227410013703240313247
Binary1000011101010111100100000010111110110101000000111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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