Html Css Color HEX #6531FD Han Purple

📋 copy color: '#6531FD'

red 101 ◦ green 49 ◦ blue 253

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

Shades of Han Purple #6531FD

Tints of Han Purple #6531FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.16%

 BLUE value IS 253 (99.22% from 255) = 62.78%

R = 25.06%
G = 12.16%
B = 62.78%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6531FD (or 0x6531FD) is known color: Han Purple. HEX triplet: 65, 31 and FD. RGB value is (101,49,253). Sum of RGB (Red+Green+Blue) = 101+49+253=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #6531FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6531FD is #9ACE02. Grayscale: #575757. Windows color (decimal): -10145283 or 16593253. OLE color: 16593253.

HSL color Cylindrical-coordinate representation of color #6531FD: hue angle of 255.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6531FD is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 49 253 -
CMYK 0.60 0.81 0 0.01
HSL 255.29º 0.98% 0.59% -
HSV(B) 255.29º 0.81% 0.99% -
XYZ 24.19 12.06 93.98 -
YUV 87.8 221.23 137.41 -
System Red Green Blue C M Y K H S L
Decimal 101 49 253 0.60 0.81 0 0.01 255.29 0.98 0.59
Hex 65 31 FD 3C 51 0 1 FF 62 3B
Octal 145 61 375 74 121 0 1 377 142 73
Binary 1100101 110001 11111101 111100 1010001 0 1 11111111 1100010 111011

Color Harmonies of #6531FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6531FD

Black with #6531FD

Text Example


Text Example

White with #6531FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6531FD; }

 p { color: rgb(101,49,253); }

 H1.HeaderClassName
 {
   color: #6531FD;
 }
 .AnyTagClassName
 {
   color: #6531FD;
 }
</style>

background-color css

<style>
 a { background-color: #6531FD; }

 a { background-color: rgb(101,49,253); }

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

border-color css

<style>
 span { border-color: #6531FD; }

 span { border-color: rgb(101,49,253); }

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