Html Css Color HEX #6521FF Han Purple

📋 copy color: '#6521FF'

red 101 ◦ green 33 ◦ blue 255

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

Shades of Han Purple #6521FF

Tints of Han Purple #6521FF

RGB

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

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

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

R = 25.96%
G = 8.48%
B = 65.55%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6521FF (or 0x6521FF) is known color: Han Purple. HEX triplet: 65, 21 and FF. RGB value is (101,33,255). Sum of RGB (Red+Green+Blue) = 101+33+255=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #6521FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6521FF is #9ADE00. Grayscale: #4D4D4D. Windows color (decimal): -10149377 or 16720229. OLE color: 16720229.

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

Color convert

RGB 101 33 255 -
CMYK 0.60 0.87 0 0
HSL 258.38º 1% 0.56% -
HSV(B) 258.38º 0.87% 1% -
XYZ 23.96 11.07 95.48 -
YUV 78.64 227.53 143.95 -
System Red Green Blue C M Y K H S L
Decimal 101 33 255 0.60 0.87 0 0 258.38 1 0.56
Hex 65 21 FF 3C 57 0 0 102 64 38
Octal 145 41 377 74 127 0 0 402 144 70
Binary 1100101 100001 11111111 111100 1010111 0 0 100000010 1100100 111000

Color Harmonies of #6521FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6521FF

Black with #6521FF

Text Example


Text Example

White with #6521FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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