#6534F1

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

Shades of Han Purple #6534F1

Tints of Han Purple #6534F1

Color information

#6534F1 (or 0x6534F1) is unknown color: approx Han Purple. HEX triplet: 65, 34 and F1. RGB value is (101,52,241). Sum of RGB (Red+Green+Blue) = 101+52+241=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #6534F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6534F1 is #9ACB0E. Grayscale: #575757. Windows color (decimal): -10144527 or 15807589. OLE color: 15807589.

HSL color Cylindrical-coordinate representation of color #6534F1: hue angle of 255.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6534F1 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10152241-
CMYK0.580.7800.05
HSL255.56º87.1%57.45%-
HSV(B)255.56º78.42%94.51%-
XYZ22.4711.5784.27-
YUV88.2214.23137.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 52 (20.70% from 255) = 13.20%
BLUE value IS 241 (94.53% from 255) = 61.17%
R=25.63%
G=13.20%
B=61.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal101522410.580.7800.05255.5687.157.45
Hex6534F13A4E051005739
Octal14564361721160540012771
Binary110010111010011110001111010100111001011000000001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6534F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6534F1; }

 p { color: rgb(101,52,241); }

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

<style>
 a { background-color: #6534F1; }

 a { background-color: rgb(101,52,241); }

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

<style>
 span { border-color: #6534F1; }

 span { border-color: rgb(101,52,241); }

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