Html Css Color HEX #532FFD Han Purple

📋 copy color: '#532FFD'

red 83 ◦ green 47 ◦ blue 253

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

Shades of Han Purple #532FFD

Tints of Han Purple #532FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.27%

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

R = 21.67%
G = 12.27%
B = 66.06%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#532FFD (or 0x532FFD) is known color: Han Purple. HEX triplet: 53, 2F and FD. RGB value is (83,47,253). Sum of RGB (Red+Green+Blue) = 83+47+253=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #532FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532FFD is #ACD002. Grayscale: #505050. Windows color (decimal): -11325443 or 16592723. OLE color: 16592723.

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

Color convert

RGB 83 47 253 -
CMYK 0.67 0.81 0 0.01
HSL 250.49º 0.98% 0.59% -
HSV(B) 250.49º 0.81% 0.99% -
XYZ 22.31 10.96 93.87 -
YUV 81.25 224.93 129.25 -
System Red Green Blue C M Y K H S L
Decimal 83 47 253 0.67 0.81 0 0.01 250.49 0.98 0.59
Hex 53 2F FD 43 51 0 1 FA 62 3B
Octal 123 57 375 103 121 0 1 372 142 73
Binary 1010011 101111 11111101 1000011 1010001 0 1 11111010 1100010 111011

Color Harmonies of #532FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532FFD

Black with #532FFD

Text Example


Text Example

White with #532FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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