Html Css Color HEX #532DF0 Han Purple

📋 copy color: '#532DF0'

red 83 ◦ green 45 ◦ blue 240

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

Shades of Han Purple #532DF0

Tints of Han Purple #532DF0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.23%

 BLUE value IS 240 (94.14% from 255) = 65.22%

R = 22.55%
G = 12.23%
B = 65.22%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#532DF0 (or 0x532DF0) is known color: Han Purple. HEX triplet: 53, 2D and F0. RGB value is (83,45,240). Sum of RGB (Red+Green+Blue) = 83+45+240=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 240 (94.14% from 255 or 65.22% from 368); Max value from RGB is 240 - color contains mainly: blue. Hex color #532DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532DF0 is #ACD20F. Grayscale: #4D4D4D. Windows color (decimal): -11325968 or 15740243. OLE color: 15740243.

HSL color Cylindrical-coordinate representation of color #532DF0: hue angle of 251.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532DF0 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 45 240 -
CMYK 0.65 0.81 0 0.06
HSL 251.69º 0.87% 0.56% -
HSV(B) 251.69º 0.81% 0.94% -
XYZ 20.23 10.01 83.3 -
YUV 78.59 219.09 131.14 -
System Red Green Blue C M Y K H S L
Decimal 83 45 240 0.65 0.81 0 0.06 251.69 0.87 0.56
Hex 53 2D F0 41 51 0 6 FC 57 38
Octal 123 55 360 101 121 0 6 374 127 70
Binary 1010011 101101 11110000 1000001 1010001 0 110 11111100 1010111 111000

Color Harmonies of #532DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DF0

Black with #532DF0

Text Example


Text Example

White with #532DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532DF0; }

 p { color: rgb(83,45,240); }

 H1.HeaderClassName
 {
   color: #532DF0;
 }
 .AnyTagClassName
 {
   color: #532DF0;
 }
</style>

background-color css

<style>
 a { background-color: #532DF0; }

 a { background-color: rgb(83,45,240); }

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

border-color css

<style>
 span { border-color: #532DF0; }

 span { border-color: rgb(83,45,240); }

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