Html Css Color HEX #5330F7 Han Purple

📋 copy color: '#5330F7'

red 83 ◦ green 48 ◦ blue 247

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

Shades of Han Purple #5330F7

Tints of Han Purple #5330F7

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.7%

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

R = 21.96%
G = 12.7%
B = 65.34%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5330F7 (or 0x5330F7) is known color: Han Purple. HEX triplet: 53, 30 and F7. RGB value is (83,48,247). Sum of RGB (Red+Green+Blue) = 83+48+247=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 247 (96.88% from 255 or 65.34% from 378); Max value from RGB is 247 - color contains mainly: blue. Hex color #5330F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5330F7 is #ACCF08. Grayscale: #505050. Windows color (decimal): -11325193 or 16199763. OLE color: 16199763.

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

Color convert

RGB 83 48 247 -
CMYK 0.66 0.81 0 0.03
HSL 250.55º 0.93% 0.58% -
HSV(B) 250.55º 0.81% 0.97% -
XYZ 21.41 10.67 88.93 -
YUV 81.15 221.6 129.32 -
System Red Green Blue C M Y K H S L
Decimal 83 48 247 0.66 0.81 0 0.03 250.55 0.93 0.58
Hex 53 30 F7 42 51 0 3 FB 5D 3A
Octal 123 60 367 102 121 0 3 373 135 72
Binary 1010011 110000 11110111 1000010 1010001 0 11 11111011 1011101 111010

Color Harmonies of #5330F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5330F7

Black with #5330F7

Text Example


Text Example

White with #5330F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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