#6E30D2

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

Shades of Purple Heart #6E30D2

Tints of Purple Heart #6E30D2

Color information

#6E30D2 (or 0x6E30D2) is unknown color: approx Purple Heart. HEX triplet: 6E, 30 and D2. RGB value is (110,48,210). Sum of RGB (Red+Green+Blue) = 110+48+210=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #6E30D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E30D2 is #91CF2D. Grayscale: #545454. Windows color (decimal): -9555758 or 13774958. OLE color: 13774958.

HSL color Cylindrical-coordinate representation of color #6E30D2: hue angle of 262.96º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E30D2 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11048210-
CMYK0.480.7700.18
HSL262.96º64.29%50.59%-
HSV(B)262.96º77.14%82.35%-
XYZ19.1210.0861.91-
YUV85.01198.54145.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.89%
GREEN value IS 48 (19.14% from 255) = 13.04%
BLUE value IS 210 (82.42% from 255) = 57.07%
R=29.89%
G=13.04%
B=57.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal110482100.480.7700.18262.9664.2950.59
Hex6E30D2304D0121074033
Octal156603226011502240710063
Binary11011101100001101001011000010011010100101000001111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E30D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E30D2; }

 p { color: rgb(110,48,210); }

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

<style>
 a { background-color: #6E30D2; }

 a { background-color: rgb(110,48,210); }

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

<style>
 span { border-color: #6E30D2; }

 span { border-color: rgb(110,48,210); }

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