#6714E3

Color #6714E3 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6714E3

Tints of Han Purple #6714E3

Color information

#6714E3 (or 0x6714E3) is unknown color: approx Han Purple. HEX triplet: 67, 14 and E3. RGB value is (103,20,227). Sum of RGB (Red+Green+Blue) = 103+20+227=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 227 (89.06% from 255 or 64.86% from 350); Max value from RGB is 227 - color contains mainly: blue. Hex color #6714E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6714E3 is #98EB1C. Grayscale: #434343. Windows color (decimal): -10021661 or 14881895. OLE color: 14881895.

HSL color Cylindrical-coordinate representation of color #6714E3: hue angle of 264.06º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6714E3 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10320227-
CMYK0.550.9100.11
HSL264.06º83.81%48.43%-
HSV(B)264.06º91.19%89.02%-
XYZ19.718.9373.36-
YUV68.41217.5152.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.43%
GREEN value IS 20 (8.20% from 255) = 5.71%
BLUE value IS 227 (89.06% from 255) = 64.86%
R=29.43%
G=5.71%
B=64.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal103202270.550.9100.11264.0683.8148.43
Hex6714E3375B0B1085430
Octal147243436713301341012460
Binary110011110100111000111101111011011010111000010001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6714E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6714E3; }

 p { color: rgb(103,20,227); }

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

<style>
 a { background-color: #6714E3; }

 a { background-color: rgb(103,20,227); }

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

<style>
 span { border-color: #6714E3; }

 span { border-color: rgb(103,20,227); }

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