Html Css Color HEX #532BFD Han Purple

📋 copy color: '#532BFD'

red 83 ◦ green 43 ◦ blue 253

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

Shades of Han Purple #532BFD

Tints of Han Purple #532BFD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.35%

 BLUE value IS 253 (99.22% from 255) = 66.75%

R = 21.9%
G = 11.35%
B = 66.75%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#532BFD (or 0x532BFD) is known color: Han Purple. HEX triplet: 53, 2B and FD. RGB value is (83,43,253). Sum of RGB (Red+Green+Blue) = 83+43+253=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #532BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532BFD is #ACD402. Grayscale: #4E4E4E. Windows color (decimal): -11326467 or 16591699. OLE color: 16591699.

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

Color convert

RGB 83 43 253 -
CMYK 0.67 0.83 0 0.01
HSL 251.43º 0.98% 0.58% -
HSV(B) 251.43º 0.83% 0.99% -
XYZ 22.16 10.66 93.82 -
YUV 78.9 226.25 130.92 -
System Red Green Blue C M Y K H S L
Decimal 83 43 253 0.67 0.83 0 0.01 251.43 0.98 0.58
Hex 53 2B FD 43 53 0 1 FB 62 3A
Octal 123 53 375 103 123 0 1 373 142 72
Binary 1010011 101011 11111101 1000011 1010011 0 1 11111011 1100010 111010

Color Harmonies of #532BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532BFD

Black with #532BFD

Text Example


Text Example

White with #532BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,43,253); }

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

background-color css

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

 a { background-color: rgb(83,43,253); }

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

border-color css

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

 span { border-color: rgb(83,43,253); }

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