Html Css Color HEX #531CCD Purple Heart

📋 copy color: '#531CCD'

red 83 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #531CCD

Tints of Purple Heart #531CCD

RGB

 RED value IS 83 (32.81% from 255) = 26.27%

 GREEN value IS 28 (11.33% from 255) = 8.86%

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

R = 26.27%
G = 8.86%
B = 64.87%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#531CCD (or 0x531CCD) is known color: Purple Heart. HEX triplet: 53, 1C and CD. RGB value is (83,28,205). Sum of RGB (Red+Green+Blue) = 83+28+205=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #531CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CCD is #ACE332. Grayscale: #3F3F3F. Windows color (decimal): -11330355 or 13442131. OLE color: 13442131.

HSL color Cylindrical-coordinate representation of color #531CCD: hue angle of 258.64º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531CCD is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 28 205 -
CMYK 0.60 0.86 0 0.20
HSL 258.64º 0.76% 0.46% -
HSV(B) 258.64º 0.86% 0.8% -
XYZ 15 7.08 58.33 -
YUV 64.62 207.22 141.11 -
System Red Green Blue C M Y K H S L
Decimal 83 28 205 0.60 0.86 0 0.20 258.64 0.76 0.46
Hex 53 1C CD 3C 56 0 14 103 4C 2E
Octal 123 34 315 74 126 0 24 403 114 56
Binary 1010011 11100 11001101 111100 1010110 0 10100 100000011 1001100 101110

Color Harmonies of #531CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531CCD

Black with #531CCD

Text Example


Text Example

White with #531CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531CCD; }

 p { color: rgb(83,28,205); }

 H1.HeaderClassName
 {
   color: #531CCD;
 }
 .AnyTagClassName
 {
   color: #531CCD;
 }
</style>

background-color css

<style>
 a { background-color: #531CCD; }

 a { background-color: rgb(83,28,205); }

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

border-color css

<style>
 span { border-color: #531CCD; }

 span { border-color: rgb(83,28,205); }

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