Html Css Color HEX #523CC0 Purple Heart

📋 copy color: '#523CC0'

red 82 ◦ green 60 ◦ blue 192

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

Shades of Purple Heart #523CC0

Tints of Purple Heart #523CC0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.96%

 BLUE value IS 192 (75.39% from 255) = 57.49%

R = 24.55%
G = 17.96%
B = 57.49%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#523CC0 (or 0x523CC0) is known color: Purple Heart. HEX triplet: 52, 3C and C0. RGB value is (82,60,192). Sum of RGB (Red+Green+Blue) = 82+60+192=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #523CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CC0 is #ADC33F. Grayscale: #515151. Windows color (decimal): -11387712 or 12598354. OLE color: 12598354.

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

Color convert

RGB 82 60 192 -
CMYK 0.57 0.69 0 0.25
HSL 250º 0.52% 0.49% -
HSV(B) 250º 0.69% 0.75% -
XYZ 14.61 8.83 50.8 -
YUV 81.63 190.29 128.27 -
System Red Green Blue C M Y K H S L
Decimal 82 60 192 0.57 0.69 0 0.25 250 0.52 0.49
Hex 52 3C C0 39 45 0 19 FA 34 31
Octal 122 74 300 71 105 0 31 372 64 61
Binary 1010010 111100 11000000 111001 1000101 0 11001 11111010 110100 110001

Color Harmonies of #523CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523CC0

Black with #523CC0

Text Example


Text Example

White with #523CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,60,192); }

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

background-color css

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

 a { background-color: rgb(82,60,192); }

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

border-color css

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

 span { border-color: rgb(82,60,192); }

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