#3818C3

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

Shades of Purple Heart #3818C3

Tints of Purple Heart #3818C3

Color information

#3818C3 (or 0x3818C3) is unknown color: approx Purple Heart. HEX triplet: 38, 18 and C3. RGB value is (56,24,195). Sum of RGB (Red+Green+Blue) = 56+24+195=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 195 (76.56% from 255 or 70.91% from 275); Max value from RGB is 195 - color contains mainly: blue. Hex color #3818C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3818C3 is #C7E73C. Grayscale: #343434. Windows color (decimal): -13100861 or 12785720. OLE color: 12785720.

HSL color Cylindrical-coordinate representation of color #3818C3: hue angle of 251.23º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3818C3 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5624195-
CMYK0.710.8800.24
HSL251.23º78.08%42.94%-
HSV(B)251.23º87.69%76.47%-
XYZ11.815.4352.06-
YUV53.06208.1130.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 195 (76.56% from 255) = 70.91%
R=20.36%
G=8.73%
B=70.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal56241950.710.8800.24251.2378.0842.94
Hex3818C34758018fb4e2b
Octal703030310713003037311653
Binary111000110001100001110001111011000011000111110111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3818C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3818C3; }

 p { color: rgb(56,24,195); }

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

<style>
 a { background-color: #3818C3; }

 a { background-color: rgb(56,24,195); }

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

<style>
 span { border-color: #3818C3; }

 span { border-color: rgb(56,24,195); }

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