Html Css Color HEX #6521EB Han Purple

📋 copy color: '#6521EB'

red 101 ◦ green 33 ◦ blue 235

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

Shades of Han Purple #6521EB

Tints of Han Purple #6521EB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.94%

 BLUE value IS 235 (92.19% from 255) = 63.69%

R = 27.37%
G = 8.94%
B = 63.69%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6521EB (or 0x6521EB) is known color: Han Purple. HEX triplet: 65, 21 and EB. RGB value is (101,33,235). Sum of RGB (Red+Green+Blue) = 101+33+235=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 235 (92.19% from 255 or 63.69% from 369); Max value from RGB is 235 - color contains mainly: blue. Hex color #6521EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6521EB is #9ADE14. Grayscale: #4B4B4B. Windows color (decimal): -10149397 or 15409509. OLE color: 15409509.

HSL color Cylindrical-coordinate representation of color #6521EB: hue angle of 260.2º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6521EB is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 33 235 -
CMYK 0.57 0.86 0 0.08
HSL 260.2º 0.83% 0.53% -
HSV(B) 260.2º 0.86% 0.92% -
XYZ 20.91 9.85 79.4 -
YUV 76.36 217.53 145.57 -
System Red Green Blue C M Y K H S L
Decimal 101 33 235 0.57 0.86 0 0.08 260.2 0.83 0.53
Hex 65 21 EB 39 56 0 8 104 53 35
Octal 145 41 353 71 126 0 10 404 123 65
Binary 1100101 100001 11101011 111001 1010110 0 1000 100000100 1010011 110101

Color Harmonies of #6521EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6521EB

Black with #6521EB

Text Example


Text Example

White with #6521EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6521EB; }

 p { color: rgb(101,33,235); }

 H1.HeaderClassName
 {
   color: #6521EB;
 }
 .AnyTagClassName
 {
   color: #6521EB;
 }
</style>

background-color css

<style>
 a { background-color: #6521EB; }

 a { background-color: rgb(101,33,235); }

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

border-color css

<style>
 span { border-color: #6521EB; }

 span { border-color: rgb(101,33,235); }

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