Html Css Color HEX #5307F3 Han Purple

📋 copy color: '#5307F3'

red 83 ◦ green 7 ◦ blue 243

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

Shades of Han Purple #5307F3

Tints of Han Purple #5307F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 72.97%

R = 24.92%
G = 2.1%
B = 72.97%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5307F3 (or 0x5307F3) is known color: Han Purple. HEX triplet: 53, 07 and F3. RGB value is (83,7,243). Sum of RGB (Red+Green+Blue) = 83+7+243=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 243 (95.31% from 255 or 72.97% from 333); Max value from RGB is 243 - color contains mainly: blue. Hex color #5307F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5307F3 is #ACF80C. Grayscale: #373737. Windows color (decimal): -11335693 or 15927123. OLE color: 15927123.

HSL color Cylindrical-coordinate representation of color #5307F3: hue angle of 259.32º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5307F3 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 7 243 -
CMYK 0.66 0.97 0 0.05
HSL 259.32º 0.94% 0.49% -
HSV(B) 259.32º 0.97% 0.95% -
XYZ 19.82 8.46 85.38 -
YUV 56.63 233.18 146.81 -
System Red Green Blue C M Y K H S L
Decimal 83 7 243 0.66 0.97 0 0.05 259.32 0.94 0.49
Hex 53 7 F3 42 61 0 5 103 5E 31
Octal 123 7 363 102 141 0 5 403 136 61
Binary 1010011 111 11110011 1000010 1100001 0 101 100000011 1011110 110001

Color Harmonies of #5307F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5307F3

Black with #5307F3

Text Example


Text Example

White with #5307F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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