Html Css Color HEX #532EDF Han Purple

📋 copy color: '#532EDF'

red 83 ◦ green 46 ◦ blue 223

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

Shades of Han Purple #532EDF

Tints of Han Purple #532EDF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.07%

 BLUE value IS 223 (87.5% from 255) = 63.35%

R = 23.58%
G = 13.07%
B = 63.35%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#532EDF (or 0x532EDF) is known color: Han Purple. HEX triplet: 53, 2E and DF. RGB value is (83,46,223). Sum of RGB (Red+Green+Blue) = 83+46+223=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #532EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532EDF is #ACD120. Grayscale: #4C4C4C. Windows color (decimal): -11325729 or 14626387. OLE color: 14626387.

HSL color Cylindrical-coordinate representation of color #532EDF: hue angle of 252.54º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532EDF is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 46 223 -
CMYK 0.63 0.79 0 0.13
HSL 252.54º 0.73% 0.53% -
HSV(B) 252.54º 0.79% 0.87% -
XYZ 17.86 9.12 70.63 -
YUV 77.24 210.26 132.11 -
System Red Green Blue C M Y K H S L
Decimal 83 46 223 0.63 0.79 0 0.13 252.54 0.73 0.53
Hex 53 2E DF 3F 4F 0 D FD 49 35
Octal 123 56 337 77 117 0 15 375 111 65
Binary 1010011 101110 11011111 111111 1001111 0 1101 11111101 1001001 110101

Color Harmonies of #532EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532EDF

Black with #532EDF

Text Example


Text Example

White with #532EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,46,223); }

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

background-color css

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

 a { background-color: rgb(83,46,223); }

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

border-color css

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

 span { border-color: rgb(83,46,223); }

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