Html Css Color HEX #500CBC Purple Heart

📋 copy color: '#500CBC'

red 80 ◦ green 12 ◦ blue 188

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

Shades of Purple Heart #500CBC

Tints of Purple Heart #500CBC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

 BLUE value IS 188 (73.83% from 255) = 67.14%

R = 28.57%
G = 4.29%
B = 67.14%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#500CBC (or 0x500CBC) is known color: Purple Heart. HEX triplet: 50, 0C and BC. RGB value is (80,12,188). Sum of RGB (Red+Green+Blue) = 80+12+188=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #500CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500CBC is #AFF343. Grayscale: #333333. Windows color (decimal): -11531076 or 12323920. OLE color: 12323920.

HSL color Cylindrical-coordinate representation of color #500CBC: hue angle of 263.18º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500CBC is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 12 188 -
CMYK 0.57 0.94 0 0.26
HSL 263.18º 0.88% 0.39% -
HSV(B) 263.18º 0.94% 0.74% -
XYZ 12.52 5.6 48 -
YUV 52.4 204.53 147.69 -
System Red Green Blue C M Y K H S L
Decimal 80 12 188 0.57 0.94 0 0.26 263.18 0.88 0.39
Hex 50 C BC 39 5E 0 1A 107 58 27
Octal 120 14 274 71 136 0 32 407 130 47
Binary 1010000 1100 10111100 111001 1011110 0 11010 100000111 1011000 100111

Color Harmonies of #500CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500CBC

Black with #500CBC

Text Example


Text Example

White with #500CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500CBC; }

 p { color: rgb(80,12,188); }

 H1.HeaderClassName
 {
   color: #500CBC;
 }
 .AnyTagClassName
 {
   color: #500CBC;
 }
</style>

background-color css

<style>
 a { background-color: #500CBC; }

 a { background-color: rgb(80,12,188); }

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

border-color css

<style>
 span { border-color: #500CBC; }

 span { border-color: rgb(80,12,188); }

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