Html Css Color HEX #523DCD Purple Heart

📋 copy color: '#523DCD'

red 82 ◦ green 61 ◦ blue 205

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

Shades of Purple Heart #523DCD

Tints of Purple Heart #523DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 23.56%
G = 17.53%
B = 58.91%

CMYK

 C value IS 0.6

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#523DCD (or 0x523DCD) is known color: Purple Heart. HEX triplet: 52, 3D and CD. RGB value is (82,61,205). Sum of RGB (Red+Green+Blue) = 82+61+205=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #523DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DCD is #ADC232. Grayscale: #535353. Windows color (decimal): -11387443 or 13450578. OLE color: 13450578.

HSL color Cylindrical-coordinate representation of color #523DCD: hue angle of 248.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523DCD is Cyan = 0.6, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 61 205 -
CMYK 0.6 0.70 0 0.20
HSL 248.75º 0.59% 0.52% -
HSV(B) 248.75º 0.7% 0.8% -
XYZ 16.17 9.54 58.75 -
YUV 83.7 196.46 126.79 -
System Red Green Blue C M Y K H S L
Decimal 82 61 205 0.6 0.70 0 0.20 248.75 0.59 0.52
Hex 52 3D CD 3C 46 0 14 F9 3B 34
Octal 122 75 315 74 106 0 24 371 73 64
Binary 1010010 111101 11001101 111100 1000110 0 10100 11111001 111011 110100

Color Harmonies of #523DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523DCD

Black with #523DCD

Text Example


Text Example

White with #523DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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