#381ACA

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

Shades of Purple Heart #381ACA

Tints of Purple Heart #381ACA

Color information

#381ACA (or 0x381ACA) is unknown color: approx Purple Heart. HEX triplet: 38, 1A and CA. RGB value is (56,26,202). Sum of RGB (Red+Green+Blue) = 56+26+202=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 202 (79.30% from 255 or 71.13% from 284); Max value from RGB is 202 - color contains mainly: blue. Hex color #381ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ACA is #C7E535. Grayscale: #363636. Windows color (decimal): -13100342 or 13244984. OLE color: 13244984.

HSL color Cylindrical-coordinate representation of color #381ACA: hue angle of 250.23º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381ACA is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5626202-
CMYK0.720.8700.21
HSL250.23º77.19%44.71%-
HSV(B)250.23º87.13%79.22%-
XYZ12.665.8456.34-
YUV55.03210.94128.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 26 (10.55% from 255) = 9.15%
BLUE value IS 202 (79.30% from 255) = 71.13%
R=19.72%
G=9.15%
B=71.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56262020.720.8700.21250.2377.1944.71
Hex381ACA4857015fa4d2d
Octal703231211012702537211555
Binary111000110101100101010010001010111010101111110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381ACA; }

 p { color: rgb(56,26,202); }

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

<style>
 a { background-color: #381ACA; }

 a { background-color: rgb(56,26,202); }

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

<style>
 span { border-color: #381ACA; }

 span { border-color: rgb(56,26,202); }

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