Html Css Color HEX #5017CC Purple Heart

📋 copy color: '#5017CC'

red 80 ◦ green 23 ◦ blue 204

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

Shades of Purple Heart #5017CC

Tints of Purple Heart #5017CC

RGB

 RED value IS 80 (31.64% from 255) = 26.06%

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 26.06%
G = 7.49%
B = 66.45%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5017CC (or 0x5017CC) is known color: Purple Heart. HEX triplet: 50, 17 and CC. RGB value is (80,23,204). Sum of RGB (Red+Green+Blue) = 80+23+204=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #5017CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5017CC is #AFE833. Grayscale: #3C3C3C. Windows color (decimal): -11528244 or 13375312. OLE color: 13375312.

HSL color Cylindrical-coordinate representation of color #5017CC: hue angle of 258.9º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5017CC is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 23 204 -
CMYK 0.61 0.89 0 0.2
HSL 258.9º 0.8% 0.45% -
HSV(B) 258.9º 0.89% 0.8% -
XYZ 14.51 6.68 57.65 -
YUV 60.68 208.88 141.78 -
System Red Green Blue C M Y K H S L
Decimal 80 23 204 0.61 0.89 0 0.2 258.9 0.8 0.45
Hex 50 17 CC 3D 59 0 14 103 50 2D
Octal 120 27 314 75 131 0 24 403 120 55
Binary 1010000 10111 11001100 111101 1011001 0 10100 100000011 1010000 101101

Color Harmonies of #5017CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5017CC

Black with #5017CC

Text Example


Text Example

White with #5017CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,23,204); }

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

background-color css

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

 a { background-color: rgb(80,23,204); }

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

border-color css

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

 span { border-color: rgb(80,23,204); }

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