Html Css Color HEX #5306F7 Han Purple

📋 copy color: '#5306F7'

red 83 ◦ green 6 ◦ blue 247

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

Shades of Han Purple #5306F7

Tints of Han Purple #5306F7

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

 BLUE value IS 247 (96.88% from 255) = 73.51%

R = 24.7%
G = 1.79%
B = 73.51%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5306F7 (or 0x5306F7) is known color: Han Purple. HEX triplet: 53, 06 and F7. RGB value is (83,6,247). Sum of RGB (Red+Green+Blue) = 83+6+247=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 247 (96.88% from 255 or 73.51% from 336); Max value from RGB is 247 - color contains mainly: blue. Hex color #5306F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5306F7 is #ACF908. Grayscale: #373737. Windows color (decimal): -11335945 or 16189011. OLE color: 16189011.

HSL color Cylindrical-coordinate representation of color #5306F7: hue angle of 259.17º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5306F7 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 6 247 -
CMYK 0.66 0.98 0 0.03
HSL 259.17º 0.95% 0.5% -
HSV(B) 259.17º 0.98% 0.97% -
XYZ 20.42 8.68 88.6 -
YUV 56.5 235.51 146.9 -
System Red Green Blue C M Y K H S L
Decimal 83 6 247 0.66 0.98 0 0.03 259.17 0.95 0.5
Hex 53 6 F7 42 62 0 3 103 5F 32
Octal 123 6 367 102 142 0 3 403 137 62
Binary 1010011 110 11110111 1000010 1100010 0 11 100000011 1011111 110010

Color Harmonies of #5306F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5306F7

Black with #5306F7

Text Example


Text Example

White with #5306F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5306F7; }

 p { color: rgb(83,6,247); }

 H1.HeaderClassName
 {
   color: #5306F7;
 }
 .AnyTagClassName
 {
   color: #5306F7;
 }
</style>

background-color css

<style>
 a { background-color: #5306F7; }

 a { background-color: rgb(83,6,247); }

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

border-color css

<style>
 span { border-color: #5306F7; }

 span { border-color: rgb(83,6,247); }

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