Html Css Color HEX #5807DA Han Purple

📋 copy color: '#5807DA'

red 88 ◦ green 7 ◦ blue 218

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

Shades of Han Purple #5807DA

Tints of Han Purple #5807DA

RGB

 RED value IS 88 (34.77% from 255) = 28.12%

 GREEN value IS 7 (3.13% from 255) = 2.24%

 BLUE value IS 218 (85.55% from 255) = 69.65%

R = 28.12%
G = 2.24%
B = 69.65%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5807DA (or 0x5807DA) is known color: Han Purple. HEX triplet: 58, 07 and DA. RGB value is (88,7,218). Sum of RGB (Red+Green+Blue) = 88+7+218=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #5807DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5807DA is #A7F825. Grayscale: #363636. Windows color (decimal): -11008038 or 14288728. OLE color: 14288728.

HSL color Cylindrical-coordinate representation of color #5807DA: hue angle of 263.03º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5807DA is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 7 218 -
CMYK 0.60 0.97 0 0.15
HSL 263.03º 0.94% 0.44% -
HSV(B) 263.03º 0.97% 0.85% -
XYZ 16.76 7.29 66.85 -
YUV 55.27 219.84 151.34 -
System Red Green Blue C M Y K H S L
Decimal 88 7 218 0.60 0.97 0 0.15 263.03 0.94 0.44
Hex 58 7 DA 3C 61 0 F 107 5E 2C
Octal 130 7 332 74 141 0 17 407 136 54
Binary 1011000 111 11011010 111100 1100001 0 1111 100000111 1011110 101100

Color Harmonies of #5807DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5807DA

Black with #5807DA

Text Example


Text Example

White with #5807DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5807DA; }

 p { color: rgb(88,7,218); }

 H1.HeaderClassName
 {
   color: #5807DA;
 }
 .AnyTagClassName
 {
   color: #5807DA;
 }
</style>

background-color css

<style>
 a { background-color: #5807DA; }

 a { background-color: rgb(88,7,218); }

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

border-color css

<style>
 span { border-color: #5807DA; }

 span { border-color: rgb(88,7,218); }

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