#430FBB

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

Shades of Purple Heart #430FBB

Tints of Purple Heart #430FBB

Color information

#430FBB (or 0x430FBB) is unknown color: approx Purple Heart. HEX triplet: 43, 0F and BB. RGB value is (67,15,187). Sum of RGB (Red+Green+Blue) = 67+15+187=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #430FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430FBB is #BCF044. Grayscale: #313131. Windows color (decimal): -12382277 or 12259139. OLE color: 12259139.

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

Color convert

RGB6715187-
CMYK0.640.9200.27
HSL258.14º85.15%39.61%-
HSV(B)258.14º91.98%73.33%-
XYZ11.465.1247.4-
YUV50.16205.23140.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.91%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 187 (73.44% from 255) = 69.52%
R=24.91%
G=5.58%
B=69.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal67151870.640.9200.27258.1485.1539.61
Hex43FBB405C01B1025528
Octal1031727310013403340212550
Binary1000011111110111011100000010111000110111000000101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,15,187); }

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

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

 a { background-color: rgb(67,15,187); }

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

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

 span { border-color: rgb(67,15,187); }

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