Html Css Color HEX #5210CE Purple Heart

📋 copy color: '#5210CE'

red 82 ◦ green 16 ◦ blue 206

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

Shades of Purple Heart #5210CE

Tints of Purple Heart #5210CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.26%

 BLUE value IS 206 (80.86% from 255) = 67.76%

R = 26.97%
G = 5.26%
B = 67.76%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5210CE (or 0x5210CE) is known color: Purple Heart. HEX triplet: 52, 10 and CE. RGB value is (82,16,206). Sum of RGB (Red+Green+Blue) = 82+16+206=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 206 (80.86% from 255 or 67.76% from 304); Max value from RGB is 206 - color contains mainly: blue. Hex color #5210CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5210CE is #ADEF31. Grayscale: #383838. Windows color (decimal): -11398962 or 13504594. OLE color: 13504594.

HSL color Cylindrical-coordinate representation of color #5210CE: hue angle of 260.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5210CE is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 16 206 -
CMYK 0.60 0.92 0 0.19
HSL 260.84º 0.86% 0.44% -
HSV(B) 260.84º 0.92% 0.81% -
XYZ 14.81 6.62 58.89 -
YUV 57.39 211.87 145.55 -
System Red Green Blue C M Y K H S L
Decimal 82 16 206 0.60 0.92 0 0.19 260.84 0.86 0.44
Hex 52 10 CE 3C 5C 0 13 105 56 2C
Octal 122 20 316 74 134 0 23 405 126 54
Binary 1010010 10000 11001110 111100 1011100 0 10011 100000101 1010110 101100

Color Harmonies of #5210CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5210CE

Black with #5210CE

Text Example


Text Example

White with #5210CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5210CE; }

 p { color: rgb(82,16,206); }

 H1.HeaderClassName
 {
   color: #5210CE;
 }
 .AnyTagClassName
 {
   color: #5210CE;
 }
</style>

background-color css

<style>
 a { background-color: #5210CE; }

 a { background-color: rgb(82,16,206); }

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

border-color css

<style>
 span { border-color: #5210CE; }

 span { border-color: rgb(82,16,206); }

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