Html Css Color HEX #5205F1 Han Purple

📋 copy color: '#5205F1'

red 82 ◦ green 5 ◦ blue 241

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

Shades of Han Purple #5205F1

Tints of Han Purple #5205F1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.52%

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

R = 25%
G = 1.52%
B = 73.48%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5205F1 (or 0x5205F1) is known color: Han Purple. HEX triplet: 52, 05 and F1. RGB value is (82,5,241). Sum of RGB (Red+Green+Blue) = 82+5+241=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 241 (94.53% from 255 or 73.48% from 328); Max value from RGB is 241 - color contains mainly: blue. Hex color #5205F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5205F1 is #ADFA0E. Grayscale: #363636. Windows color (decimal): -11401743 or 15795538. OLE color: 15795538.

HSL color Cylindrical-coordinate representation of color #5205F1: hue angle of 259.58º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5205F1 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 5 241 -
CMYK 0.66 0.98 0 0.05
HSL 259.58º 0.96% 0.48% -
HSV(B) 259.58º 0.98% 0.95% -
XYZ 19.41 8.25 83.79 -
YUV 54.93 233.01 147.31 -
System Red Green Blue C M Y K H S L
Decimal 82 5 241 0.66 0.98 0 0.05 259.58 0.96 0.48
Hex 52 5 F1 42 62 0 5 104 60 30
Octal 122 5 361 102 142 0 5 404 140 60
Binary 1010010 101 11110001 1000010 1100010 0 101 100000100 1100000 110000

Color Harmonies of #5205F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5205F1

Black with #5205F1

Text Example


Text Example

White with #5205F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,5,241); }

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

background-color css

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

 a { background-color: rgb(82,5,241); }

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

border-color css

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

 span { border-color: rgb(82,5,241); }

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