Html Css Color HEX #6532FA Han Purple

📋 copy color: '#6532FA'

red 101 ◦ green 50 ◦ blue 250

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

Shades of Han Purple #6532FA

Tints of Han Purple #6532FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.47%

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

R = 25.19%
G = 12.47%
B = 62.34%

CMYK

 C value IS 0.60

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6532FA (or 0x6532FA) is known color: Han Purple. HEX triplet: 65, 32 and FA. RGB value is (101,50,250). Sum of RGB (Red+Green+Blue) = 101+50+250=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #6532FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6532FA is #9ACD05. Grayscale: #575757. Windows color (decimal): -10145030 or 16396901. OLE color: 16396901.

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

Color convert

RGB 101 50 250 -
CMYK 0.60 0.8 0 0.02
HSL 255.3º 0.95% 0.59% -
HSV(B) 255.3º 0.8% 0.98% -
XYZ 23.76 11.95 91.5 -
YUV 88.05 219.4 137.24 -
System Red Green Blue C M Y K H S L
Decimal 101 50 250 0.60 0.8 0 0.02 255.3 0.95 0.59
Hex 65 32 FA 3C 50 0 2 FF 5F 3B
Octal 145 62 372 74 120 0 2 377 137 73
Binary 1100101 110010 11111010 111100 1010000 0 10 11111111 1011111 111011

Color Harmonies of #6532FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6532FA

Black with #6532FA

Text Example


Text Example

White with #6532FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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