Html Css Color HEX #523DBF Purple Heart

📋 copy color: '#523DBF'

red 82 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #523DBF

Tints of Purple Heart #523DBF

RGB

 RED value IS 82 (32.42% from 255) = 24.55%

 GREEN value IS 61 (24.22% from 255) = 18.26%

 BLUE value IS 191 (75% from 255) = 57.19%

R = 24.55%
G = 18.26%
B = 57.19%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#523DBF (or 0x523DBF) is known color: Purple Heart. HEX triplet: 52, 3D and BF. RGB value is (82,61,191). Sum of RGB (Red+Green+Blue) = 82+61+191=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #523DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DBF is #ADC240. Grayscale: #515151. Windows color (decimal): -11387457 or 12533074. OLE color: 12533074.

HSL color Cylindrical-coordinate representation of color #523DBF: hue angle of 249.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #523DBF is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 61 191 -
CMYK 0.57 0.68 0 0.25
HSL 249.69º 0.52% 0.49% -
HSV(B) 249.69º 0.68% 0.75% -
XYZ 14.55 8.89 50.24 -
YUV 82.1 189.46 127.93 -
System Red Green Blue C M Y K H S L
Decimal 82 61 191 0.57 0.68 0 0.25 249.69 0.52 0.49
Hex 52 3D BF 39 44 0 19 FA 34 31
Octal 122 75 277 71 104 0 31 372 64 61
Binary 1010010 111101 10111111 111001 1000100 0 11001 11111010 110100 110001

Color Harmonies of #523DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523DBF

Black with #523DBF

Text Example


Text Example

White with #523DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523DBF; }

 p { color: rgb(82,61,191); }

 H1.HeaderClassName
 {
   color: #523DBF;
 }
 .AnyTagClassName
 {
   color: #523DBF;
 }
</style>

background-color css

<style>
 a { background-color: #523DBF; }

 a { background-color: rgb(82,61,191); }

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

border-color css

<style>
 span { border-color: #523DBF; }

 span { border-color: rgb(82,61,191); }

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