#6935f8

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

Shades of Han Purple #6935F8

Tints of Han Purple #6935F8

Color information

#6935F8 (or 0x6935F8) is unknown color: approx Han Purple. HEX triplet: 69, 35 and F8. RGB value is (105,53,248). Sum of RGB (Red+Green+Blue) = 105+53+248=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 248 (97.27% from 255 or 61.08% from 406); Max value from RGB is 248 - color contains mainly: blue. Hex color #6935F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6935F8 is #96CA07. Grayscale: #5A5A5A. Windows color (decimal): -9882120 or 16266601. OLE color: 16266601.

HSL color Cylindrical-coordinate representation of color #6935F8: hue angle of 256º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6935F8 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10553248-
CMYK0.580.7900.03
HSL256º93.3%59.02%-
HSV(B)256º78.63%97.25%-
XYZ24.0412.3389.92-
YUV90.78216.73138.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 53 (21.09% from 255) = 13.05%
BLUE value IS 248 (97.27% from 255) = 61.08%
R=25.86%
G=13.05%
B=61.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal105532480.580.7900.0325693.359.02
Hex6935F83A4F031005d3b
Octal15165370721170340013573
Binary11010011101011111100011101010011110111000000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6935f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6935f8; }

 p { color: rgb(105,53,248); }

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

<style>
 a { background-color: #6935f8; }

 a { background-color: rgb(105,53,248); }

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

<style>
 span { border-color: #6935f8; }

 span { border-color: rgb(105,53,248); }

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