#4305BE

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

Shades of Purple Heart #4305BE

Tints of Purple Heart #4305BE

Color information

#4305BE (or 0x4305BE) is unknown color: approx Purple Heart. HEX triplet: 43, 05 and BE. RGB value is (67,5,190). Sum of RGB (Red+Green+Blue) = 67+5+190=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 190 (74.61% from 255 or 72.52% from 262); Max value from RGB is 190 - color contains mainly: blue. Hex color #4305BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4305BE is #BCFA41. Grayscale: #2B2B2B. Windows color (decimal): -12384834 or 12453187. OLE color: 12453187.

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

Color convert

RGB675190-
CMYK0.650.9700.25
HSL260.11º94.87%38.24%-
HSV(B)260.11º97.37%74.51%-
XYZ11.665.0249.07-
YUV44.63210.04143.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.57%
GREEN value IS 5 (2.34% from 255) = 1.91%
BLUE value IS 190 (74.61% from 255) = 72.52%
R=25.57%
G=1.91%
B=72.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal6751900.650.9700.25260.1194.8738.24
Hex435BE41610191045f26
Octal103527610114103140413746
Binary100001110110111110100000111000010110011000001001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4305BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4305BE; }

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

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

<style>
 a { background-color: #4305BE; }

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

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

<style>
 span { border-color: #4305BE; }

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

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