Html Css Color HEX #6531EF Han Purple

📋 copy color: '#6531EF'

red 101 ◦ green 49 ◦ blue 239

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

Shades of Han Purple #6531EF

Tints of Han Purple #6531EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.44%

R = 25.96%
G = 12.6%
B = 61.44%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6531EF (or 0x6531EF) is known color: Han Purple. HEX triplet: 65, 31 and EF. RGB value is (101,49,239). Sum of RGB (Red+Green+Blue) = 101+49+239=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #6531EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6531EF is #9ACE10. Grayscale: #555555. Windows color (decimal): -10145297 or 15675749. OLE color: 15675749.

HSL color Cylindrical-coordinate representation of color #6531EF: hue angle of 256.42º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6531EF is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 49 239 -
CMYK 0.58 0.79 0 0.06
HSL 256.42º 0.86% 0.56% -
HSV(B) 256.42º 0.79% 0.94% -
XYZ 22.05 11.2 82.66 -
YUV 86.21 214.23 138.55 -
System Red Green Blue C M Y K H S L
Decimal 101 49 239 0.58 0.79 0 0.06 256.42 0.86 0.56
Hex 65 31 EF 3A 4F 0 6 100 56 38
Octal 145 61 357 72 117 0 6 400 126 70
Binary 1100101 110001 11101111 111010 1001111 0 110 100000000 1010110 111000

Color Harmonies of #6531EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6531EF

Black with #6531EF

Text Example


Text Example

White with #6531EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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