#6734F6

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

Shades of Han Purple #6734F6

Tints of Han Purple #6734F6

Color information

#6734F6 (or 0x6734F6) is unknown color: approx Han Purple. HEX triplet: 67, 34 and F6. RGB value is (103,52,246). Sum of RGB (Red+Green+Blue) = 103+52+246=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 246 (96.48% from 255 or 61.35% from 401); Max value from RGB is 246 - color contains mainly: blue. Hex color #6734F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6734F6 is #98CB09. Grayscale: #585858. Windows color (decimal): -10013450 or 16135271. OLE color: 16135271.

HSL color Cylindrical-coordinate representation of color #6734F6: hue angle of 255.77º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6734F6 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10352246-
CMYK0.580.7900.04
HSL255.77º91.51%58.43%-
HSV(B)255.77º78.86%96.47%-
XYZ23.4611.9988.27-
YUV89.36216.4137.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.69%
GREEN value IS 52 (20.70% from 255) = 12.97%
BLUE value IS 246 (96.48% from 255) = 61.35%
R=25.69%
G=12.97%
B=61.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal103522460.580.7900.04255.7791.5158.43
Hex6734F63A4F041005c3a
Octal14764366721170440013472
Binary110011111010011110110111010100111101001000000001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6734F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6734F6; }

 p { color: rgb(103,52,246); }

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

<style>
 a { background-color: #6734F6; }

 a { background-color: rgb(103,52,246); }

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

<style>
 span { border-color: #6734F6; }

 span { border-color: rgb(103,52,246); }

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