Html Css Color HEX #6531EA Han Purple

📋 copy color: '#6531EA'

red 101 ◦ green 49 ◦ blue 234

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

Shades of Han Purple #6531EA

Tints of Han Purple #6531EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.94%

R = 26.3%
G = 12.76%
B = 60.94%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6531EA (or 0x6531EA) is known color: Han Purple. HEX triplet: 65, 31 and EA. RGB value is (101,49,234). Sum of RGB (Red+Green+Blue) = 101+49+234=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #6531EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6531EA is #9ACE15. Grayscale: #545454. Windows color (decimal): -10145302 or 15348069. OLE color: 15348069.

HSL color Cylindrical-coordinate representation of color #6531EA: hue angle of 256.86º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6531EA is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 49 234 -
CMYK 0.57 0.79 0 0.08
HSL 256.86º 0.81% 0.55% -
HSV(B) 256.86º 0.79% 0.92% -
XYZ 21.32 10.9 78.82 -
YUV 85.64 211.73 138.96 -
System Red Green Blue C M Y K H S L
Decimal 101 49 234 0.57 0.79 0 0.08 256.86 0.81 0.55
Hex 65 31 EA 39 4F 0 8 101 51 37
Octal 145 61 352 71 117 0 10 401 121 67
Binary 1100101 110001 11101010 111001 1001111 0 1000 100000001 1010001 110111

Color Harmonies of #6531EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6531EA

Black with #6531EA

Text Example


Text Example

White with #6531EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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