Html Css Color HEX #523EBC Purple Heart

📋 copy color: '#523EBC'

red 82 ◦ green 62 ◦ blue 188

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

Shades of Purple Heart #523EBC

Tints of Purple Heart #523EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

 BLUE value IS 188 (73.83% from 255) = 56.63%

R = 24.7%
G = 18.67%
B = 56.63%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#523EBC (or 0x523EBC) is known color: Purple Heart. HEX triplet: 52, 3E and BC. RGB value is (82,62,188). Sum of RGB (Red+Green+Blue) = 82+62+188=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #523EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523EBC is #ADC143. Grayscale: #515151. Windows color (decimal): -11387204 or 12336722. OLE color: 12336722.

HSL color Cylindrical-coordinate representation of color #523EBC: hue angle of 249.52º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #523EBC is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 62 188 -
CMYK 0.56 0.67 0 0.26
HSL 249.52º 0.5% 0.49% -
HSV(B) 249.52º 0.67% 0.74% -
XYZ 14.28 8.87 48.54 -
YUV 82.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 82 62 188 0.56 0.67 0 0.26 249.52 0.5 0.49
Hex 52 3E BC 38 43 0 1A FA 32 31
Octal 122 76 274 70 103 0 32 372 62 61
Binary 1010010 111110 10111100 111000 1000011 0 11010 11111010 110010 110001

Color Harmonies of #523EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523EBC

Black with #523EBC

Text Example


Text Example

White with #523EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,62,188); }

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

background-color css

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

 a { background-color: rgb(82,62,188); }

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

border-color css

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

 span { border-color: rgb(82,62,188); }

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