Html Css Color HEX #5227DB Han Purple

📋 copy color: '#5227DB'

red 82 ◦ green 39 ◦ blue 219

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

Shades of Han Purple #5227DB

Tints of Han Purple #5227DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

 BLUE value IS 219 (85.94% from 255) = 64.41%

R = 24.12%
G = 11.47%
B = 64.41%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5227DB (or 0x5227DB) is known color: Han Purple. HEX triplet: 52, 27 and DB. RGB value is (82,39,219). Sum of RGB (Red+Green+Blue) = 82+39+219=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #5227DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5227DB is #ADD824. Grayscale: #474747. Windows color (decimal): -11393061 or 14362450. OLE color: 14362450.

HSL color Cylindrical-coordinate representation of color #5227DB: hue angle of 254.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5227DB is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 39 219 -
CMYK 0.63 0.82 0 0.14
HSL 254.33º 0.71% 0.51% -
HSV(B) 254.33º 0.82% 0.86% -
XYZ 16.99 8.36 67.74 -
YUV 72.38 210.75 134.86 -
System Red Green Blue C M Y K H S L
Decimal 82 39 219 0.63 0.82 0 0.14 254.33 0.71 0.51
Hex 52 27 DB 3F 52 0 E FE 47 33
Octal 122 47 333 77 122 0 16 376 107 63
Binary 1010010 100111 11011011 111111 1010010 0 1110 11111110 1000111 110011

Color Harmonies of #5227DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5227DB

Black with #5227DB

Text Example


Text Example

White with #5227DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5227DB; }

 p { color: rgb(82,39,219); }

 H1.HeaderClassName
 {
   color: #5227DB;
 }
 .AnyTagClassName
 {
   color: #5227DB;
 }
</style>

background-color css

<style>
 a { background-color: #5227DB; }

 a { background-color: rgb(82,39,219); }

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

border-color css

<style>
 span { border-color: #5227DB; }

 span { border-color: rgb(82,39,219); }

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