Html Css Color HEX #6531ED Han Purple

📋 copy color: '#6531ED'

red 101 ◦ green 49 ◦ blue 237

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

Shades of Han Purple #6531ED

Tints of Han Purple #6531ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.24%

R = 26.1%
G = 12.66%
B = 61.24%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6531ED (or 0x6531ED) is known color: Han Purple. HEX triplet: 65, 31 and ED. RGB value is (101,49,237). Sum of RGB (Red+Green+Blue) = 101+49+237=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #6531ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6531ED is #9ACE12. Grayscale: #555555. Windows color (decimal): -10145299 or 15544677. OLE color: 15544677.

HSL color Cylindrical-coordinate representation of color #6531ED: hue angle of 256.6º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6531ED is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 101 49 237 -
CMYK 0.57 0.79 0 0.07
HSL 256.6º 0.84% 0.56% -
HSV(B) 256.6º 0.79% 0.93% -
XYZ 21.75 11.08 81.11 -
YUV 85.98 213.23 138.71 -
System Red Green Blue C M Y K H S L
Decimal 101 49 237 0.57 0.79 0 0.07 256.6 0.84 0.56
Hex 65 31 ED 39 4F 0 7 101 54 38
Octal 145 61 355 71 117 0 7 401 124 70
Binary 1100101 110001 11101101 111001 1001111 0 111 100000001 1010100 111000

Color Harmonies of #6531ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6531ED

Black with #6531ED

Text Example


Text Example

White with #6531ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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