Html Css Color HEX #6523FD Han Purple

📋 copy color: '#6523FD'

red 101 ◦ green 35 ◦ blue 253

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

Shades of Han Purple #6523FD

Tints of Han Purple #6523FD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9%

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

R = 25.96%
G = 9%
B = 65.04%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6523FD (or 0x6523FD) is known color: Han Purple. HEX triplet: 65, 23 and FD. RGB value is (101,35,253). Sum of RGB (Red+Green+Blue) = 101+35+253=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #6523FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6523FD is #9ADC02. Grayscale: #4E4E4E. Windows color (decimal): -10148867 or 16589669. OLE color: 16589669.

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

Color convert

RGB 101 35 253 -
CMYK 0.60 0.86 0 0.01
HSL 258.17º 0.98% 0.56% -
HSV(B) 258.17º 0.86% 0.99% -
XYZ 23.7 11.06 93.81 -
YUV 79.59 225.87 143.27 -
System Red Green Blue C M Y K H S L
Decimal 101 35 253 0.60 0.86 0 0.01 258.17 0.98 0.56
Hex 65 23 FD 3C 56 0 1 102 62 38
Octal 145 43 375 74 126 0 1 402 142 70
Binary 1100101 100011 11111101 111100 1010110 0 1 100000010 1100010 111000

Color Harmonies of #6523FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6523FD

Black with #6523FD

Text Example


Text Example

White with #6523FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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