#6F35FA

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

Shades of Han Purple #6F35FA

Tints of Han Purple #6F35FA

Color information

#6F35FA (or 0x6F35FA) is unknown color: approx Han Purple. HEX triplet: 6F, 35 and FA. RGB value is (111,53,250). Sum of RGB (Red+Green+Blue) = 111+53+250=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F35FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F35FA is #90CA05. Grayscale: #5C5C5C. Windows color (decimal): -9488902 or 16397679. OLE color: 16397679.

HSL color Cylindrical-coordinate representation of color #6F35FA: hue angle of 257.66º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F35FA is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11153250-
CMYK0.560.7900.02
HSL257.66º95.17%59.41%-
HSV(B)257.66º78.8%98.04%-
XYZ25.0812.8391.6-
YUV92.8216.72140.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.81%
GREEN value IS 53 (21.09% from 255) = 12.80%
BLUE value IS 250 (98.05% from 255) = 60.39%
R=26.81%
G=12.80%
B=60.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal111532500.560.7900.02257.6695.1759.41
Hex6F35FA384F021025f3b
Octal15765372701170240213773
Binary11011111101011111101011100010011110101000000101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F35FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,53,250); }

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

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

 a { background-color: rgb(111,53,250); }

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

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

 span { border-color: rgb(111,53,250); }

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