Html Css Color HEX #5211CD Purple Heart

📋 copy color: '#5211CD'

red 82 ◦ green 17 ◦ blue 205

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

Shades of Purple Heart #5211CD

Tints of Purple Heart #5211CD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

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

R = 26.97%
G = 5.59%
B = 67.43%

CMYK

 C value IS 0.6

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5211CD (or 0x5211CD) is known color: Purple Heart. HEX triplet: 52, 11 and CD. RGB value is (82,17,205). Sum of RGB (Red+Green+Blue) = 82+17+205=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #5211CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5211CD is #ADEE32. Grayscale: #393939. Windows color (decimal): -11398707 or 13439314. OLE color: 13439314.

HSL color Cylindrical-coordinate representation of color #5211CD: hue angle of 260.74º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5211CD is Cyan = 0.6, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 17 205 -
CMYK 0.6 0.92 0 0.20
HSL 260.74º 0.85% 0.44% -
HSV(B) 260.74º 0.92% 0.8% -
XYZ 14.7 6.6 58.26 -
YUV 57.87 211.03 145.21 -
System Red Green Blue C M Y K H S L
Decimal 82 17 205 0.6 0.92 0 0.20 260.74 0.85 0.44
Hex 52 11 CD 3C 5C 0 14 105 55 2C
Octal 122 21 315 74 134 0 24 405 125 54
Binary 1010010 10001 11001101 111100 1011100 0 10100 100000101 1010101 101100

Color Harmonies of #5211CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5211CD

Black with #5211CD

Text Example


Text Example

White with #5211CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5211CD; }

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

 H1.HeaderClassName
 {
   color: #5211CD;
 }
 .AnyTagClassName
 {
   color: #5211CD;
 }
</style>

background-color css

<style>
 a { background-color: #5211CD; }

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

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

border-color css

<style>
 span { border-color: #5211CD; }

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

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