Html Css Color HEX #523FCD Purple Heart

📋 copy color: '#523FCD'

red 82 ◦ green 63 ◦ blue 205

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

Shades of Purple Heart #523FCD

Tints of Purple Heart #523FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 18%

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

R = 23.43%
G = 18%
B = 58.57%

CMYK

 C value IS 0.6

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#523FCD (or 0x523FCD) is known color: Purple Heart. HEX triplet: 52, 3F and CD. RGB value is (82,63,205). Sum of RGB (Red+Green+Blue) = 82+63+205=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #523FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523FCD is #ADC032. Grayscale: #545454. Windows color (decimal): -11386931 or 13451090. OLE color: 13451090.

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

Color convert

RGB 82 63 205 -
CMYK 0.6 0.69 0 0.20
HSL 248.03º 0.59% 0.53% -
HSV(B) 248.03º 0.69% 0.8% -
XYZ 16.28 9.76 58.78 -
YUV 84.87 195.79 125.95 -
System Red Green Blue C M Y K H S L
Decimal 82 63 205 0.6 0.69 0 0.20 248.03 0.59 0.53
Hex 52 3F CD 3C 45 0 14 F8 3B 35
Octal 122 77 315 74 105 0 24 370 73 65
Binary 1010010 111111 11001101 111100 1000101 0 10100 11111000 111011 110101

Color Harmonies of #523FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523FCD

Black with #523FCD

Text Example


Text Example

White with #523FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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