Html Css Color HEX #532CF6 Han Purple

📋 copy color: '#532CF6'

red 83 ◦ green 44 ◦ blue 246

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

Shades of Han Purple #532CF6

Tints of Han Purple #532CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 65.95%

R = 22.25%
G = 11.8%
B = 65.95%

CMYK

 C value IS 0.66

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#532CF6 (or 0x532CF6) is known color: Han Purple. HEX triplet: 53, 2C and F6. RGB value is (83,44,246). Sum of RGB (Red+Green+Blue) = 83+44+246=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #532CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CF6 is #ACD309. Grayscale: #4D4D4D. Windows color (decimal): -11326218 or 16133203. OLE color: 16133203.

HSL color Cylindrical-coordinate representation of color #532CF6: hue angle of 251.58º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532CF6 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 44 246 -
CMYK 0.66 0.82 0 0.04
HSL 251.58º 0.92% 0.57% -
HSV(B) 251.58º 0.82% 0.96% -
XYZ 21.1 10.29 88.06 -
YUV 78.69 222.42 131.07 -
System Red Green Blue C M Y K H S L
Decimal 83 44 246 0.66 0.82 0 0.04 251.58 0.92 0.57
Hex 53 2C F6 42 52 0 4 FC 5C 39
Octal 123 54 366 102 122 0 4 374 134 71
Binary 1010011 101100 11110110 1000010 1010010 0 100 11111100 1011100 111001

Color Harmonies of #532CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532CF6

Black with #532CF6

Text Example


Text Example

White with #532CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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