#6025F7

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

Shades of Han Purple #6025F7

Tints of Han Purple #6025F7

Color information

#6025F7 (or 0x6025F7) is unknown color: approx Han Purple. HEX triplet: 60, 25 and F7. RGB value is (96,37,247). Sum of RGB (Red+Green+Blue) = 96+37+247=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 247 (96.88% from 255 or 65% from 380); Max value from RGB is 247 - color contains mainly: blue. Hex color #6025F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6025F7 is #9FDA08. Grayscale: #4D4D4D. Windows color (decimal): -10476041 or 16196960. OLE color: 16196960.

HSL color Cylindrical-coordinate representation of color #6025F7: hue angle of 256.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6025F7 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9637247-
CMYK0.610.8500.03
HSL256.86º92.92%55.69%-
HSV(B)256.86º85.02%96.86%-
XYZ22.2710.5388.85-
YUV78.58223.05140.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 37 (14.84% from 255) = 9.74%
BLUE value IS 247 (96.88% from 255) = 65%
R=25.26%
G=9.74%
B=65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal96372470.610.8500.03256.8692.9255.69
Hex6025F73D55031015d38
Octal14045367751250340113570
Binary11000001001011111011111110110101010111000000011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6025F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6025F7; }

 p { color: rgb(96,37,247); }

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

<style>
 a { background-color: #6025F7; }

 a { background-color: rgb(96,37,247); }

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

<style>
 span { border-color: #6025F7; }

 span { border-color: rgb(96,37,247); }

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