Html Css Color HEX #5207CE Purple Heart

📋 copy color: '#5207CE'

red 82 ◦ green 7 ◦ blue 206

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

Shades of Purple Heart #5207CE

Tints of Purple Heart #5207CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.37%

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

R = 27.8%
G = 2.37%
B = 69.83%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5207CE (or 0x5207CE) is known color: Purple Heart. HEX triplet: 52, 07 and CE. RGB value is (82,7,206). Sum of RGB (Red+Green+Blue) = 82+7+206=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #5207CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5207CE is #ADF831. Grayscale: #333333. Windows color (decimal): -11401266 or 13502290. OLE color: 13502290.

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

Color convert

RGB 82 7 206 -
CMYK 0.60 0.97 0 0.19
HSL 262.61º 0.93% 0.42% -
HSV(B) 262.61º 0.97% 0.81% -
XYZ 14.7 6.4 58.85 -
YUV 52.11 214.85 149.32 -
System Red Green Blue C M Y K H S L
Decimal 82 7 206 0.60 0.97 0 0.19 262.61 0.93 0.42
Hex 52 7 CE 3C 61 0 13 107 5D 2A
Octal 122 7 316 74 141 0 23 407 135 52
Binary 1010010 111 11001110 111100 1100001 0 10011 100000111 1011101 101010

Color Harmonies of #5207CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5207CE

Black with #5207CE

Text Example


Text Example

White with #5207CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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