Html Css Color HEX #6532F1 Han Purple

📋 copy color: '#6532F1'

red 101 ◦ green 50 ◦ blue 241

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

Shades of Han Purple #6532F1

Tints of Han Purple #6532F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.48%

R = 25.77%
G = 12.76%
B = 61.48%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6532F1 (or 0x6532F1) is known color: Han Purple. HEX triplet: 65, 32 and F1. RGB value is (101,50,241). Sum of RGB (Red+Green+Blue) = 101+50+241=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #6532F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6532F1 is #9ACD0E. Grayscale: #565656. Windows color (decimal): -10145039 or 15807077. OLE color: 15807077.

HSL color Cylindrical-coordinate representation of color #6532F1: hue angle of 256.02º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6532F1 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 50 241 -
CMYK 0.58 0.79 0 0.05
HSL 256.02º 0.87% 0.57% -
HSV(B) 256.02º 0.79% 0.95% -
XYZ 22.38 11.4 84.24 -
YUV 87.02 214.9 137.97 -
System Red Green Blue C M Y K H S L
Decimal 101 50 241 0.58 0.79 0 0.05 256.02 0.87 0.57
Hex 65 32 F1 3A 4F 0 5 100 57 39
Octal 145 62 361 72 117 0 5 400 127 71
Binary 1100101 110010 11110001 111010 1001111 0 101 100000000 1010111 111001

Color Harmonies of #6532F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6532F1

Black with #6532F1

Text Example


Text Example

White with #6532F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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