Html Css Color HEX #6522FA Han Purple

📋 copy color: '#6522FA'

red 101 ◦ green 34 ◦ blue 250

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

Shades of Han Purple #6522FA

Tints of Han Purple #6522FA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.83%

 BLUE value IS 250 (98.05% from 255) = 64.94%

R = 26.23%
G = 8.83%
B = 64.94%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6522FA (or 0x6522FA) is known color: Han Purple. HEX triplet: 65, 22 and FA. RGB value is (101,34,250). Sum of RGB (Red+Green+Blue) = 101+34+250=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #6522FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6522FA is #9ADD05. Grayscale: #4D4D4D. Windows color (decimal): -10149126 or 16392805. OLE color: 16392805.

HSL color Cylindrical-coordinate representation of color #6522FA: hue angle of 258.61º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6522FA is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 34 250 -
CMYK 0.60 0.86 0 0.02
HSL 258.61º 0.96% 0.56% -
HSV(B) 258.61º 0.86% 0.98% -
XYZ 23.19 10.81 91.31 -
YUV 78.66 224.7 143.94 -
System Red Green Blue C M Y K H S L
Decimal 101 34 250 0.60 0.86 0 0.02 258.61 0.96 0.56
Hex 65 22 FA 3C 56 0 2 103 60 38
Octal 145 42 372 74 126 0 2 403 140 70
Binary 1100101 100010 11111010 111100 1010110 0 10 100000011 1100000 111000

Color Harmonies of #6522FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6522FA

Black with #6522FA

Text Example


Text Example

White with #6522FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6522FA; }

 p { color: rgb(101,34,250); }

 H1.HeaderClassName
 {
   color: #6522FA;
 }
 .AnyTagClassName
 {
   color: #6522FA;
 }
</style>

background-color css

<style>
 a { background-color: #6522FA; }

 a { background-color: rgb(101,34,250); }

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

border-color css

<style>
 span { border-color: #6522FA; }

 span { border-color: rgb(101,34,250); }

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