Html Css Color HEX #5207CC Purple Heart

📋 copy color: '#5207CC'

red 82 ◦ green 7 ◦ blue 204

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

Shades of Purple Heart #5207CC

Tints of Purple Heart #5207CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.62%

R = 27.99%
G = 2.39%
B = 69.62%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5207CC (or 0x5207CC) is known color: Purple Heart. HEX triplet: 52, 07 and CC. RGB value is (82,7,204). Sum of RGB (Red+Green+Blue) = 82+7+204=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #5207CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5207CC is #ADF833. Grayscale: #333333. Windows color (decimal): -11401268 or 13371218. OLE color: 13371218.

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

Color convert

RGB 82 7 204 -
CMYK 0.60 0.97 0 0.2
HSL 262.84º 0.93% 0.41% -
HSV(B) 262.84º 0.97% 0.8% -
XYZ 14.45 6.31 57.58 -
YUV 51.88 213.85 149.48 -
System Red Green Blue C M Y K H S L
Decimal 82 7 204 0.60 0.97 0 0.2 262.84 0.93 0.41
Hex 52 7 CC 3C 61 0 14 107 5D 29
Octal 122 7 314 74 141 0 24 407 135 51
Binary 1010010 111 11001100 111100 1100001 0 10100 100000111 1011101 101001

Color Harmonies of #5207CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5207CC

Black with #5207CC

Text Example


Text Example

White with #5207CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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