Html Css Color HEX #6527FC Han Purple

📋 copy color: '#6527FC'

red 101 ◦ green 39 ◦ blue 252

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

Shades of Han Purple #6527FC

Tints of Han Purple #6527FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.29%

R = 25.77%
G = 9.95%
B = 64.29%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6527FC (or 0x6527FC) is known color: Han Purple. HEX triplet: 65, 27 and FC. RGB value is (101,39,252). Sum of RGB (Red+Green+Blue) = 101+39+252=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #6527FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6527FC is #9AD803. Grayscale: #515151. Windows color (decimal): -10147844 or 16525157. OLE color: 16525157.

HSL color Cylindrical-coordinate representation of color #6527FC: hue angle of 257.46º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6527FC is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 39 252 -
CMYK 0.60 0.85 0 0.01
HSL 257.46º 0.97% 0.57% -
HSV(B) 257.46º 0.85% 0.99% -
XYZ 23.66 11.25 93.02 -
YUV 81.82 224.04 141.68 -
System Red Green Blue C M Y K H S L
Decimal 101 39 252 0.60 0.85 0 0.01 257.46 0.97 0.57
Hex 65 27 FC 3C 55 0 1 101 61 39
Octal 145 47 374 74 125 0 1 401 141 71
Binary 1100101 100111 11111100 111100 1010101 0 1 100000001 1100001 111001

Color Harmonies of #6527FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6527FC

Black with #6527FC

Text Example


Text Example

White with #6527FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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