Html Css Color HEX #532DBE Purple Heart

📋 copy color: '#532DBE'

red 83 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #532DBE

Tints of Purple Heart #532DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.15%

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 26.1%
G = 14.15%
B = 59.75%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#532DBE (or 0x532DBE) is known color: Purple Heart. HEX triplet: 53, 2D and BE. RGB value is (83,45,190). Sum of RGB (Red+Green+Blue) = 83+45+190=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #532DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532DBE is #ACD241. Grayscale: #484848. Windows color (decimal): -11326018 or 12463443. OLE color: 12463443.

HSL color Cylindrical-coordinate representation of color #532DBE: hue angle of 255.72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #532DBE is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 45 190 -
CMYK 0.56 0.76 0 0.25
HSL 255.72º 0.62% 0.46% -
HSV(B) 255.72º 0.76% 0.75% -
XYZ 13.8 7.43 49.42 -
YUV 72.89 194.09 135.21 -
System Red Green Blue C M Y K H S L
Decimal 83 45 190 0.56 0.76 0 0.25 255.72 0.62 0.46
Hex 53 2D BE 38 4C 0 19 100 3E 2E
Octal 123 55 276 70 114 0 31 400 76 56
Binary 1010011 101101 10111110 111000 1001100 0 11001 100000000 111110 101110

Color Harmonies of #532DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532DBE

Black with #532DBE

Text Example


Text Example

White with #532DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,45,190); }

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

background-color css

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

 a { background-color: rgb(83,45,190); }

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

border-color css

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

 span { border-color: rgb(83,45,190); }

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