Html Css Color HEX #5215FA Han Purple

📋 copy color: '#5215FA'

red 82 ◦ green 21 ◦ blue 250

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

Shades of Han Purple #5215FA

Tints of Han Purple #5215FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.95%

 BLUE value IS 250 (98.05% from 255) = 70.82%

R = 23.23%
G = 5.95%
B = 70.82%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5215FA (or 0x5215FA) is known color: Han Purple. HEX triplet: 52, 15 and FA. RGB value is (82,21,250). Sum of RGB (Red+Green+Blue) = 82+21+250=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #5215FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5215FA is #ADEA05. Grayscale: #404040. Windows color (decimal): -11397638 or 16389458. OLE color: 16389458.

HSL color Cylindrical-coordinate representation of color #5215FA: hue angle of 255.98º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5215FA is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 21 250 -
CMYK 0.67 0.92 0 0.02
HSL 255.98º 0.96% 0.53% -
HSV(B) 255.98º 0.92% 0.98% -
XYZ 21 9.23 91.12 -
YUV 65.35 232.21 139.88 -
System Red Green Blue C M Y K H S L
Decimal 82 21 250 0.67 0.92 0 0.02 255.98 0.96 0.53
Hex 52 15 FA 43 5C 0 2 100 60 35
Octal 122 25 372 103 134 0 2 400 140 65
Binary 1010010 10101 11111010 1000011 1011100 0 10 100000000 1100000 110101

Color Harmonies of #5215FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5215FA

Black with #5215FA

Text Example


Text Example

White with #5215FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5215FA; }

 p { color: rgb(82,21,250); }

 H1.HeaderClassName
 {
   color: #5215FA;
 }
 .AnyTagClassName
 {
   color: #5215FA;
 }
</style>

background-color css

<style>
 a { background-color: #5215FA; }

 a { background-color: rgb(82,21,250); }

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

border-color css

<style>
 span { border-color: #5215FA; }

 span { border-color: rgb(82,21,250); }

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