Html Css Color HEX #523DBA Purple Heart

📋 copy color: '#523DBA'

red 82 ◦ green 61 ◦ blue 186

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

Shades of Purple Heart #523DBA

Tints of Purple Heart #523DBA

RGB

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

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

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

R = 24.92%
G = 18.54%
B = 56.53%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#523DBA (or 0x523DBA) is known color: Purple Heart. HEX triplet: 52, 3D and BA. RGB value is (82,61,186). Sum of RGB (Red+Green+Blue) = 82+61+186=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #523DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DBA is #ADC245. Grayscale: #515151. Windows color (decimal): -11387462 or 12205394. OLE color: 12205394.

HSL color Cylindrical-coordinate representation of color #523DBA: hue angle of 250.08º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #523DBA is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 61 186 -
CMYK 0.56 0.67 0 0.27
HSL 250.08º 0.51% 0.48% -
HSV(B) 250.08º 0.67% 0.73% -
XYZ 14.01 8.68 47.39 -
YUV 81.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 82 61 186 0.56 0.67 0 0.27 250.08 0.51 0.48
Hex 52 3D BA 38 43 0 1B FA 33 30
Octal 122 75 272 70 103 0 33 372 63 60
Binary 1010010 111101 10111010 111000 1000011 0 11011 11111010 110011 110000

Color Harmonies of #523DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523DBA

Black with #523DBA

Text Example


Text Example

White with #523DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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