Html Css Color HEX #5307EF Han Purple

📋 copy color: '#5307EF'

red 83 ◦ green 7 ◦ blue 239

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

Shades of Han Purple #5307EF

Tints of Han Purple #5307EF

RGB

 RED value IS 83 (32.81% from 255) = 25.23%

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

 BLUE value IS 239 (93.75% from 255) = 72.64%

R = 25.23%
G = 2.13%
B = 72.64%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5307EF (or 0x5307EF) is known color: Han Purple. HEX triplet: 53, 07 and EF. RGB value is (83,7,239). Sum of RGB (Red+Green+Blue) = 83+7+239=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #5307EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5307EF is #ACF810. Grayscale: #373737. Windows color (decimal): -11335697 or 15664979. OLE color: 15664979.

HSL color Cylindrical-coordinate representation of color #5307EF: hue angle of 259.66º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5307EF is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 7 239 -
CMYK 0.65 0.97 0 0.06
HSL 259.66º 0.94% 0.48% -
HSV(B) 259.66º 0.97% 0.94% -
XYZ 19.22 8.22 82.24 -
YUV 56.17 231.18 147.14 -
System Red Green Blue C M Y K H S L
Decimal 83 7 239 0.65 0.97 0 0.06 259.66 0.94 0.48
Hex 53 7 EF 41 61 0 6 104 5E 30
Octal 123 7 357 101 141 0 6 404 136 60
Binary 1010011 111 11101111 1000001 1100001 0 110 100000100 1011110 110000

Color Harmonies of #5307EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5307EF

Black with #5307EF

Text Example


Text Example

White with #5307EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5307EF; }

 p { color: rgb(83,7,239); }

 H1.HeaderClassName
 {
   color: #5307EF;
 }
 .AnyTagClassName
 {
   color: #5307EF;
 }
</style>

background-color css

<style>
 a { background-color: #5307EF; }

 a { background-color: rgb(83,7,239); }

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

border-color css

<style>
 span { border-color: #5307EF; }

 span { border-color: rgb(83,7,239); }

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