Html Css Color HEX #5306F6 Han Purple

📋 copy color: '#5306F6'

red 83 ◦ green 6 ◦ blue 246

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

Shades of Han Purple #5306F6

Tints of Han Purple #5306F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 73.43%

R = 24.78%
G = 1.79%
B = 73.43%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5306F6 (or 0x5306F6) is known color: Han Purple. HEX triplet: 53, 06 and F6. RGB value is (83,6,246). Sum of RGB (Red+Green+Blue) = 83+6+246=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 246 (96.48% from 255 or 73.43% from 335); Max value from RGB is 246 - color contains mainly: blue. Hex color #5306F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5306F6 is #ACF909. Grayscale: #373737. Windows color (decimal): -11335946 or 16123475. OLE color: 16123475.

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

Color convert

RGB 83 6 246 -
CMYK 0.66 0.98 0 0.04
HSL 259.25º 0.95% 0.49% -
HSV(B) 259.25º 0.98% 0.96% -
XYZ 20.27 8.62 87.79 -
YUV 56.38 235.01 146.99 -
System Red Green Blue C M Y K H S L
Decimal 83 6 246 0.66 0.98 0 0.04 259.25 0.95 0.49
Hex 53 6 F6 42 62 0 4 103 5F 31
Octal 123 6 366 102 142 0 4 403 137 61
Binary 1010011 110 11110110 1000010 1100010 0 100 100000011 1011111 110001

Color Harmonies of #5306F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5306F6

Black with #5306F6

Text Example


Text Example

White with #5306F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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