#430CBA

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

Shades of Purple Heart #430CBA

Tints of Purple Heart #430CBA

Color information

#430CBA (or 0x430CBA) is unknown color: approx Purple Heart. HEX triplet: 43, 0C and BA. RGB value is (67,12,186). Sum of RGB (Red+Green+Blue) = 67+12+186=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #430CBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430CBA is #BCF345. Grayscale: #2F2F2F. Windows color (decimal): -12383046 or 12192835. OLE color: 12192835.

HSL color Cylindrical-coordinate representation of color #430CBA: hue angle of 258.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430CBA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6712186-
CMYK0.640.9400.27
HSL258.97º87.88%38.82%-
HSV(B)258.97º93.55%72.94%-
XYZ11.31546.82-
YUV48.28205.72141.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.28%
GREEN value IS 12 (5.08% from 255) = 4.53%
BLUE value IS 186 (73.05% from 255) = 70.19%
R=25.28%
G=4.53%
B=70.19%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal67121860.640.9400.27258.9787.8838.82
Hex43CBA405E01B1035827
Octal1031427210013603340313047
Binary1000011110010111010100000010111100110111000000111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,12,186); }

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

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

 a { background-color: rgb(67,12,186); }

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

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

 span { border-color: rgb(67,12,186); }

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