Html Css Color HEX #6527FA Han Purple

📋 copy color: '#6527FA'

red 101 ◦ green 39 ◦ blue 250

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

Shades of Han Purple #6527FA

Tints of Han Purple #6527FA

RGB

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

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

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

R = 25.9%
G = 10%
B = 64.1%

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

#6527FA (or 0x6527FA) is known color: Han Purple. HEX triplet: 65, 27 and FA. RGB value is (101,39,250). Sum of RGB (Red+Green+Blue) = 101+39+250=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #6527FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6527FA is #9AD805. Grayscale: #505050. Windows color (decimal): -10147846 or 16394085. OLE color: 16394085.

HSL color Cylindrical-coordinate representation of color #6527FA: hue angle of 257.63º degrees, saturation: 0.95, 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 #6527FA is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 39 250 -
CMYK 0.60 0.84 0 0.02
HSL 257.63º 0.95% 0.57% -
HSV(B) 257.63º 0.84% 0.98% -
XYZ 23.35 11.12 91.36 -
YUV 81.59 223.04 141.84 -
System Red Green Blue C M Y K H S L
Decimal 101 39 250 0.60 0.84 0 0.02 257.63 0.95 0.57
Hex 65 27 FA 3C 54 0 2 102 5F 39
Octal 145 47 372 74 124 0 2 402 137 71
Binary 1100101 100111 11111010 111100 1010100 0 10 100000010 1011111 111001

Color Harmonies of #6527FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6527FA

Black with #6527FA

Text Example


Text Example

White with #6527FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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