Html Css Color HEX #6531FF Han Purple

📋 copy color: '#6531FF'

red 101 ◦ green 49 ◦ blue 255

#6531FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #6531FF

Tints of Han Purple #6531FF

RGB

 RED value IS 101 (39.84% from 255) = 24.94%

 GREEN value IS 49 (19.53% from 255) = 12.1%

 BLUE value IS 255 (100% from 255) = 62.96%

R = 24.94%
G = 12.1%
B = 62.96%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6531FF (or 0x6531FF) is known color: Han Purple. HEX triplet: 65, 31 and FF. RGB value is (101,49,255). Sum of RGB (Red+Green+Blue) = 101+49+255=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #6531FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6531FF is #9ACE00. Grayscale: #575757. Windows color (decimal): -10145281 or 16724325. OLE color: 16724325.

HSL color Cylindrical-coordinate representation of color #6531FF: hue angle of 255.15º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6531FF is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 101 49 255 -
CMYK 0.60 0.81 0 0
HSL 255.15º 1% 0.6% -
HSV(B) 255.15º 0.81% 1% -
XYZ 24.52 12.18 95.67 -
YUV 88.03 222.23 137.25 -
System Red Green Blue C M Y K H S L
Decimal 101 49 255 0.60 0.81 0 0 255.15 1 0.6
Hex 65 31 FF 3C 51 0 0 FF 64 3C
Octal 145 61 377 74 121 0 0 377 144 74
Binary 1100101 110001 11111111 111100 1010001 0 0 11111111 1100100 111100

Color Harmonies of #6531FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6531FF

Black with #6531FF

Text Example


Text Example

White with #6531FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6531FF; }

 p { color: rgb(101,49,255); }

 H1.HeaderClassName
 {
   color: #6531FF;
 }
 .AnyTagClassName
 {
   color: #6531FF;
 }
</style>

background-color css

<style>
 a { background-color: #6531FF; }

 a { background-color: rgb(101,49,255); }

 div.DivClassName
 {
   background-color: #6531FF;
 }
 .BgClassName
 {
   background-color: #6531FF;
 }
</style>

border-color css

<style>
 span { border-color: #6531FF; }

 span { border-color: rgb(101,49,255); }

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