Html Css Color HEX #532EBA Purple Heart

📋 copy color: '#532EBA'

red 83 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #532EBA

Tints of Purple Heart #532EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.05%

R = 26.35%
G = 14.6%
B = 59.05%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#532EBA (or 0x532EBA) is known color: Purple Heart. HEX triplet: 53, 2E and BA. RGB value is (83,46,186). Sum of RGB (Red+Green+Blue) = 83+46+186=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #532EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532EBA is #ACD145. Grayscale: #484848. Windows color (decimal): -11325766 or 12201555. OLE color: 12201555.

HSL color Cylindrical-coordinate representation of color #532EBA: hue angle of 255.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532EBA is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 46 186 -
CMYK 0.55 0.75 0 0.27
HSL 255.86º 0.6% 0.45% -
HSV(B) 255.86º 0.75% 0.73% -
XYZ 13.41 7.34 47.16 -
YUV 73.02 191.76 135.12 -
System Red Green Blue C M Y K H S L
Decimal 83 46 186 0.55 0.75 0 0.27 255.86 0.6 0.45
Hex 53 2E BA 37 4B 0 1B 100 3C 2D
Octal 123 56 272 67 113 0 33 400 74 55
Binary 1010011 101110 10111010 110111 1001011 0 11011 100000000 111100 101101

Color Harmonies of #532EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532EBA

Black with #532EBA

Text Example


Text Example

White with #532EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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