Html Css Color HEX #5206FD Han Purple

📋 copy color: '#5206FD'

red 82 ◦ green 6 ◦ blue 253

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

Shades of Han Purple #5206FD

Tints of Han Purple #5206FD

RGB

 RED value IS 82 (32.42% from 255) = 24.05%

 GREEN value IS 6 (2.73% from 255) = 1.76%

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

R = 24.05%
G = 1.76%
B = 74.19%

CMYK

 C value IS 0.68

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5206FD (or 0x5206FD) is known color: Han Purple. HEX triplet: 52, 06 and FD. RGB value is (82,6,253). Sum of RGB (Red+Green+Blue) = 82+6+253=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #5206FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5206FD is #ADF902. Grayscale: #373737. Windows color (decimal): -11401475 or 16582226. OLE color: 16582226.

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

Color convert

RGB 82 6 253 -
CMYK 0.68 0.98 0 0.01
HSL 258.46º 0.98% 0.51% -
HSV(B) 258.46º 0.98% 0.99% -
XYZ 21.27 9.02 93.55 -
YUV 56.88 238.68 145.92 -
System Red Green Blue C M Y K H S L
Decimal 82 6 253 0.68 0.98 0 0.01 258.46 0.98 0.51
Hex 52 6 FD 44 62 0 1 102 62 33
Octal 122 6 375 104 142 0 1 402 142 63
Binary 1010010 110 11111101 1000100 1100010 0 1 100000010 1100010 110011

Color Harmonies of #5206FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5206FD

Black with #5206FD

Text Example


Text Example

White with #5206FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,6,253); }

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

background-color css

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

 a { background-color: rgb(82,6,253); }

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

border-color css

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

 span { border-color: rgb(82,6,253); }

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