#380CBF

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

Shades of Purple Heart #380CBF

Tints of Purple Heart #380CBF

Color information

#380CBF (or 0x380CBF) is unknown color: approx Purple Heart. HEX triplet: 38, 0C and BF. RGB value is (56,12,191). Sum of RGB (Red+Green+Blue) = 56+12+191=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #380CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CBF is #C7F340. Grayscale: #2C2C2C. Windows color (decimal): -13103937 or 12520504. OLE color: 12520504.

HSL color Cylindrical-coordinate representation of color #380CBF: hue angle of 254.75º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380CBF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5612191-
CMYK0.710.9400.25
HSL254.75º88.18%39.8%-
HSV(B)254.75º93.72%74.9%-
XYZ11.174.8749.64-
YUV45.56210.08135.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 12 (5.08% from 255) = 4.63%
BLUE value IS 191 (75% from 255) = 73.75%
R=21.62%
G=4.63%
B=73.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56121910.710.9400.25254.7588.1839.8
Hex38CBF475E019ff5828
Octal701427710713603137713050
Binary11100011001011111110001111011110011001111111111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380CBF; }

 p { color: rgb(56,12,191); }

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

<style>
 a { background-color: #380CBF; }

 a { background-color: rgb(56,12,191); }

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

<style>
 span { border-color: #380CBF; }

 span { border-color: rgb(56,12,191); }

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