Html Css Color HEX #6517FD Han Purple

📋 copy color: '#6517FD'

red 101 ◦ green 23 ◦ blue 253

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

Shades of Han Purple #6517FD

Tints of Han Purple #6517FD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.1%

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

R = 26.79%
G = 6.1%
B = 67.11%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6517FD (or 0x6517FD) is known color: Han Purple. HEX triplet: 65, 17 and FD. RGB value is (101,23,253). Sum of RGB (Red+Green+Blue) = 101+23+253=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 253 (99.22% from 255 or 67.11% from 377); Max value from RGB is 253 - color contains mainly: blue. Hex color #6517FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6517FD is #9AE802. Grayscale: #474747. Windows color (decimal): -10151939 or 16586597. OLE color: 16586597.

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

Color convert

RGB 101 23 253 -
CMYK 0.60 0.91 0 0.01
HSL 260.35º 0.98% 0.54% -
HSV(B) 260.35º 0.91% 0.99% -
XYZ 23.4 10.47 93.72 -
YUV 72.54 229.84 148.3 -
System Red Green Blue C M Y K H S L
Decimal 101 23 253 0.60 0.91 0 0.01 260.35 0.98 0.54
Hex 65 17 FD 3C 5B 0 1 104 62 36
Octal 145 27 375 74 133 0 1 404 142 66
Binary 1100101 10111 11111101 111100 1011011 0 1 100000100 1100010 110110

Color Harmonies of #6517FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6517FD

Black with #6517FD

Text Example


Text Example

White with #6517FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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