#380BBD

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

Shades of Purple Heart #380BBD

Tints of Purple Heart #380BBD

Color information

#380BBD (or 0x380BBD) is unknown color: approx Purple Heart. HEX triplet: 38, 0B and BD. RGB value is (56,11,189). Sum of RGB (Red+Green+Blue) = 56+11+189=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #380BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BBD is #C7F442. Grayscale: #2C2C2C. Windows color (decimal): -13104195 or 12389176. OLE color: 12389176.

HSL color Cylindrical-coordinate representation of color #380BBD: hue angle of 255.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380BBD is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5611189-
CMYK0.700.9400.26
HSL255.17º89%39.22%-
HSV(B)255.17º94.18%74.12%-
XYZ10.944.7548.49-
YUV44.75209.41136.03-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 11 (4.69% from 255) = 4.30%
BLUE value IS 189 (74.22% from 255) = 73.83%
R=21.88%
G=4.30%
B=73.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56111890.700.9400.26255.178939.22
Hex38BBD465E01Aff5927
Octal701327510613603237713147
Binary11100010111011110110001101011110011010111111111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,11,189); }

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

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

 a { background-color: rgb(56,11,189); }

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

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

 span { border-color: rgb(56,11,189); }

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