Html Css Color HEX #523BCB Purple Heart

📋 copy color: '#523BCB'

red 82 ◦ green 59 ◦ blue 203

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

Shades of Purple Heart #523BCB

Tints of Purple Heart #523BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 59.01%

R = 23.84%
G = 17.15%
B = 59.01%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#523BCB (or 0x523BCB) is known color: Purple Heart. HEX triplet: 52, 3B and CB. RGB value is (82,59,203). Sum of RGB (Red+Green+Blue) = 82+59+203=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #523BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523BCB is #ADC434. Grayscale: #515151. Windows color (decimal): -11387957 or 13318994. OLE color: 13318994.

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

Color convert

RGB 82 59 203 -
CMYK 0.60 0.71 0 0.20
HSL 249.58º 0.58% 0.51% -
HSV(B) 249.58º 0.71% 0.8% -
XYZ 15.82 9.23 57.45 -
YUV 82.29 196.12 127.79 -
System Red Green Blue C M Y K H S L
Decimal 82 59 203 0.60 0.71 0 0.20 249.58 0.58 0.51
Hex 52 3B CB 3C 47 0 14 FA 3A 33
Octal 122 73 313 74 107 0 24 372 72 63
Binary 1010010 111011 11001011 111100 1000111 0 10100 11111010 111010 110011

Color Harmonies of #523BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523BCB

Black with #523BCB

Text Example


Text Example

White with #523BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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