Html Css Color HEX #532CFA Han Purple

📋 copy color: '#532CFA'

red 83 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #532CFA

Tints of Han Purple #532CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.67%

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

R = 22.02%
G = 11.67%
B = 66.31%

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

#532CFA (or 0x532CFA) is known color: Han Purple. HEX triplet: 53, 2C and FA. RGB value is (83,44,250). Sum of RGB (Red+Green+Blue) = 83+44+250=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #532CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CFA is #ACD305. Grayscale: #4E4E4E. Windows color (decimal): -11326214 or 16395347. OLE color: 16395347.

HSL color Cylindrical-coordinate representation of color #532CFA: hue angle of 251.36º 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 #532CFA is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 44 250 -
CMYK 0.67 0.82 0 0.02
HSL 251.36º 0.95% 0.58% -
HSV(B) 251.36º 0.82% 0.98% -
XYZ 21.72 10.54 91.33 -
YUV 79.15 224.42 130.75 -
System Red Green Blue C M Y K H S L
Decimal 83 44 250 0.67 0.82 0 0.02 251.36 0.95 0.58
Hex 53 2C FA 43 52 0 2 FB 5F 3A
Octal 123 54 372 103 122 0 2 373 137 72
Binary 1010011 101100 11111010 1000011 1010010 0 10 11111011 1011111 111010

Color Harmonies of #532CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CFA

Black with #532CFA

Text Example


Text Example

White with #532CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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