Html Css Color HEX #532DFA Han Purple

📋 copy color: '#532DFA'

red 83 ◦ green 45 ◦ blue 250

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

Shades of Han Purple #532DFA

Tints of Han Purple #532DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 21.96%
G = 11.9%
B = 66.14%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#532DFA (or 0x532DFA) is known color: Han Purple. HEX triplet: 53, 2D and FA. RGB value is (83,45,250). Sum of RGB (Red+Green+Blue) = 83+45+250=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #532DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532DFA is #ACD205. Grayscale: #4E4E4E. Windows color (decimal): -11325958 or 16395603. OLE color: 16395603.

HSL color Cylindrical-coordinate representation of color #532DFA: hue angle of 251.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532DFA is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 45 250 -
CMYK 0.67 0.82 0 0.02
HSL 251.12º 0.95% 0.58% -
HSV(B) 251.12º 0.82% 0.98% -
XYZ 21.76 10.62 91.35 -
YUV 79.73 224.09 130.33 -
System Red Green Blue C M Y K H S L
Decimal 83 45 250 0.67 0.82 0 0.02 251.12 0.95 0.58
Hex 53 2D FA 43 52 0 2 FB 5F 3A
Octal 123 55 372 103 122 0 2 373 137 72
Binary 1010011 101101 11111010 1000011 1010010 0 10 11111011 1011111 111010

Color Harmonies of #532DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DFA

Black with #532DFA

Text Example


Text Example

White with #532DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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