Html Css Color HEX #523BCC Purple Heart

📋 copy color: '#523BCC'

red 82 ◦ green 59 ◦ blue 204

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

Shades of Purple Heart #523BCC

Tints of Purple Heart #523BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.1%

 BLUE value IS 204 (80.08% from 255) = 59.13%

R = 23.77%
G = 17.1%
B = 59.13%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#523BCC (or 0x523BCC) is known color: Purple Heart. HEX triplet: 52, 3B and CC. RGB value is (82,59,204). Sum of RGB (Red+Green+Blue) = 82+59+204=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #523BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BCC is #ADC433. Grayscale: #515151. Windows color (decimal): -11387956 or 13384530. OLE color: 13384530.

HSL color Cylindrical-coordinate representation of color #523BCC: hue angle of 249.52º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #523BCC is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 59 204 -
CMYK 0.60 0.71 0 0.2
HSL 249.52º 0.59% 0.52% -
HSV(B) 249.52º 0.71% 0.8% -
XYZ 15.94 9.28 58.08 -
YUV 82.41 196.62 127.71 -
System Red Green Blue C M Y K H S L
Decimal 82 59 204 0.60 0.71 0 0.2 249.52 0.59 0.52
Hex 52 3B CC 3C 47 0 14 FA 3B 34
Octal 122 73 314 74 107 0 24 372 73 64
Binary 1010010 111011 11001100 111100 1000111 0 10100 11111010 111011 110100

Color Harmonies of #523BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523BCC

Black with #523BCC

Text Example


Text Example

White with #523BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,59,204); }

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

background-color css

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

 a { background-color: rgb(82,59,204); }

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

border-color css

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

 span { border-color: rgb(82,59,204); }

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