Html Css Color HEX #5330FF Han Purple

📋 copy color: '#5330FF'

red 83 ◦ green 48 ◦ blue 255

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

Shades of Han Purple #5330FF

Tints of Han Purple #5330FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.06%

R = 21.5%
G = 12.44%
B = 66.06%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5330FF (or 0x5330FF) is known color: Han Purple. HEX triplet: 53, 30 and FF. RGB value is (83,48,255). Sum of RGB (Red+Green+Blue) = 83+48+255=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #5330FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5330FF is #ACCF00. Grayscale: #515151. Windows color (decimal): -11325185 or 16724051. OLE color: 16724051.

HSL color Cylindrical-coordinate representation of color #5330FF: hue angle of 250.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5330FF is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 48 255 -
CMYK 0.67 0.81 0 0
HSL 250.14º 1% 0.59% -
HSV(B) 250.14º 0.81% 1% -
XYZ 22.67 11.17 95.57 -
YUV 82.06 225.6 128.67 -
System Red Green Blue C M Y K H S L
Decimal 83 48 255 0.67 0.81 0 0 250.14 1 0.59
Hex 53 30 FF 43 51 0 0 FA 64 3B
Octal 123 60 377 103 121 0 0 372 144 73
Binary 1010011 110000 11111111 1000011 1010001 0 0 11111010 1100100 111011

Color Harmonies of #5330FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5330FF

Black with #5330FF

Text Example


Text Example

White with #5330FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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