#3818CA

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

Shades of Purple Heart #3818CA

Tints of Purple Heart #3818CA

Color information

#3818CA (or 0x3818CA) is unknown color: approx Purple Heart. HEX triplet: 38, 18 and CA. RGB value is (56,24,202). Sum of RGB (Red+Green+Blue) = 56+24+202=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #3818CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3818CA is #C7E735. Grayscale: #353535. Windows color (decimal): -13100854 or 13244472. OLE color: 13244472.

HSL color Cylindrical-coordinate representation of color #3818CA: hue angle of 250.79º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3818CA is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5624202-
CMYK0.720.8800.21
HSL250.79º78.76%44.31%-
HSV(B)250.79º88.12%79.22%-
XYZ12.625.7656.32-
YUV53.86211.6129.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 24 (9.77% from 255) = 8.51%
BLUE value IS 202 (79.30% from 255) = 71.63%
R=19.86%
G=8.51%
B=71.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56242020.720.8800.21250.7978.7644.31
Hex3818CA4858015fb4f2c
Octal703031211013002537311754
Binary111000110001100101010010001011000010101111110111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3818CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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