Html Css Color HEX #6522FB Han Purple

📋 copy color: '#6522FB'

red 101 ◦ green 34 ◦ blue 251

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

Shades of Han Purple #6522FB

Tints of Han Purple #6522FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.03%

R = 26.17%
G = 8.81%
B = 65.03%

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

#6522FB (or 0x6522FB) is known color: Han Purple. HEX triplet: 65, 22 and FB. RGB value is (101,34,251). Sum of RGB (Red+Green+Blue) = 101+34+251=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #6522FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6522FB is #9ADD04. Grayscale: #4D4D4D. Windows color (decimal): -10149125 or 16458341. OLE color: 16458341.

HSL color Cylindrical-coordinate representation of color #6522FB: hue angle of 258.53º 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 #6522FB is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 34 251 -
CMYK 0.60 0.86 0 0.02
HSL 258.53º 0.96% 0.56% -
HSV(B) 258.53º 0.86% 0.98% -
XYZ 23.35 10.88 92.14 -
YUV 78.77 225.2 143.86 -
System Red Green Blue C M Y K H S L
Decimal 101 34 251 0.60 0.86 0 0.02 258.53 0.96 0.56
Hex 65 22 FB 3C 56 0 2 103 60 38
Octal 145 42 373 74 126 0 2 403 140 70
Binary 1100101 100010 11111011 111100 1010110 0 10 100000011 1100000 111000

Color Harmonies of #6522FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6522FB

Black with #6522FB

Text Example


Text Example

White with #6522FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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