Html Css Color HEX #6527FB Han Purple

📋 copy color: '#6527FB'

red 101 ◦ green 39 ◦ blue 251

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

Shades of Han Purple #6527FB

Tints of Han Purple #6527FB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.97%

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

R = 25.83%
G = 9.97%
B = 64.19%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6527FB (or 0x6527FB) is known color: Han Purple. HEX triplet: 65, 27 and FB. RGB value is (101,39,251). Sum of RGB (Red+Green+Blue) = 101+39+251=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #6527FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6527FB is #9AD804. Grayscale: #505050. Windows color (decimal): -10147845 or 16459621. OLE color: 16459621.

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

Color convert

RGB 101 39 251 -
CMYK 0.60 0.84 0 0.02
HSL 257.55º 0.96% 0.57% -
HSV(B) 257.55º 0.84% 0.98% -
XYZ 23.5 11.18 92.19 -
YUV 81.71 223.54 141.76 -
System Red Green Blue C M Y K H S L
Decimal 101 39 251 0.60 0.84 0 0.02 257.55 0.96 0.57
Hex 65 27 FB 3C 54 0 2 102 60 39
Octal 145 47 373 74 124 0 2 402 140 71
Binary 1100101 100111 11111011 111100 1010100 0 10 100000010 1100000 111001

Color Harmonies of #6527FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6527FB

Black with #6527FB

Text Example


Text Example

White with #6527FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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