Html Css Color HEX #532EFC Han Purple

📋 copy color: '#532EFC'

red 83 ◦ green 46 ◦ blue 252

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

Shades of Han Purple #532EFC

Tints of Han Purple #532EFC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.07%

 BLUE value IS 252 (98.83% from 255) = 66.14%

R = 21.78%
G = 12.07%
B = 66.14%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#532EFC (or 0x532EFC) is known color: Han Purple. HEX triplet: 53, 2E and FC. RGB value is (83,46,252). Sum of RGB (Red+Green+Blue) = 83+46+252=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #532EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532EFC is #ACD103. Grayscale: #4F4F4F. Windows color (decimal): -11325700 or 16526931. OLE color: 16526931.

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

Color convert

RGB 83 46 252 -
CMYK 0.67 0.82 0 0.01
HSL 250.78º 0.97% 0.58% -
HSV(B) 250.78º 0.82% 0.99% -
XYZ 22.11 10.82 93.02 -
YUV 80.55 224.76 129.75 -
System Red Green Blue C M Y K H S L
Decimal 83 46 252 0.67 0.82 0 0.01 250.78 0.97 0.58
Hex 53 2E FC 43 52 0 1 FB 61 3A
Octal 123 56 374 103 122 0 1 373 141 72
Binary 1010011 101110 11111100 1000011 1010010 0 1 11111011 1100001 111010

Color Harmonies of #532EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532EFC

Black with #532EFC

Text Example


Text Example

White with #532EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,46,252); }

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

background-color css

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

 a { background-color: rgb(83,46,252); }

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

border-color css

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

 span { border-color: rgb(83,46,252); }

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