#380FB6

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

Shades of Purple Heart #380FB6

Tints of Purple Heart #380FB6

Color information

#380FB6 (or 0x380FB6) is unknown color: approx Purple Heart. HEX triplet: 38, 0F and B6. RGB value is (56,15,182). Sum of RGB (Red+Green+Blue) = 56+15+182=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 182 (71.48% from 255 or 71.94% from 253); Max value from RGB is 182 - color contains mainly: blue. Hex color #380FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380FB6 is #C7F049. Grayscale: #2D2D2D. Windows color (decimal): -13103178 or 11931448. OLE color: 11931448.

HSL color Cylindrical-coordinate representation of color #380FB6: hue angle of 254.73º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380FB6 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5615182-
CMYK0.690.9200.29
HSL254.73º84.77%38.63%-
HSV(B)254.73º91.76%71.37%-
XYZ10.254.5644.6-
YUV46.3204.58134.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 15 (6.25% from 255) = 5.93%
BLUE value IS 182 (71.48% from 255) = 71.94%
R=22.13%
G=5.93%
B=71.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56151820.690.9200.29254.7384.7738.63
Hex38FB6455C01Dff5527
Octal701726610513403537712547
Binary11100011111011011010001011011100011101111111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,15,182); }

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

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

 a { background-color: rgb(56,15,182); }

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

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

 span { border-color: rgb(56,15,182); }

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