#6E30BE

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

Shades of Purple Heart #6E30BE

Tints of Purple Heart #6E30BE

Color information

#6E30BE (or 0x6E30BE) is unknown color: approx Purple Heart. HEX triplet: 6E, 30 and BE. RGB value is (110,48,190). Sum of RGB (Red+Green+Blue) = 110+48+190=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E30BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E30BE is #91CF41. Grayscale: #525252. Windows color (decimal): -9555778 or 12464238. OLE color: 12464238.

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

Color convert

RGB11048190-
CMYK0.420.7500.25
HSL266.2º59.66%46.67%-
HSV(B)266.2º74.74%74.51%-
XYZ16.789.1549.6-
YUV82.73188.54147.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 48 (19.14% from 255) = 13.79%
BLUE value IS 190 (74.61% from 255) = 54.60%
R=31.61%
G=13.79%
B=54.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110481900.420.7500.25266.259.6646.67
Hex6E30BE2A4B01910a3c2f
Octal15660276521130314127457
Binary1101110110000101111101010101001011011001100001010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E30BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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