#6E30C1

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

Shades of Purple Heart #6E30C1

Tints of Purple Heart #6E30C1

Color information

#6E30C1 (or 0x6E30C1) is unknown color: approx Purple Heart. HEX triplet: 6E, 30 and C1. RGB value is (110,48,193). Sum of RGB (Red+Green+Blue) = 110+48+193=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E30C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E30C1 is #91CF3E. Grayscale: #525252. Windows color (decimal): -9555775 or 12660846. OLE color: 12660846.

HSL color Cylindrical-coordinate representation of color #6E30C1: hue angle of 265.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E30C1 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11048193-
CMYK0.430.7500.24
HSL265.66º60.17%47.25%-
HSV(B)265.66º75.13%75.69%-
XYZ17.119.2851.34-
YUV83.07190.04147.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.34%
GREEN value IS 48 (19.14% from 255) = 13.68%
BLUE value IS 193 (75.78% from 255) = 54.99%
R=31.34%
G=13.68%
B=54.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal110481930.430.7500.24265.6660.1747.25
Hex6E30C12B4B01810a3c2f
Octal15660301531130304127457
Binary1101110110000110000011010111001011011000100001010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E30C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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