Html Css Color HEX #500BCE Purple Heart

📋 copy color: '#500BCE'

red 80 ◦ green 11 ◦ blue 206

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

Shades of Purple Heart #500BCE

Tints of Purple Heart #500BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.7%

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

R = 26.94%
G = 3.7%
B = 69.36%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#500BCE (or 0x500BCE) is known color: Purple Heart. HEX triplet: 50, 0B and CE. RGB value is (80,11,206). Sum of RGB (Red+Green+Blue) = 80+11+206=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #500BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500BCE is #AFF431. Grayscale: #353535. Windows color (decimal): -11531314 or 13503312. OLE color: 13503312.

HSL color Cylindrical-coordinate representation of color #500BCE: hue angle of 261.23º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500BCE is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 11 206 -
CMYK 0.61 0.95 0 0.19
HSL 261.23º 0.9% 0.43% -
HSV(B) 261.23º 0.95% 0.81% -
XYZ 14.57 6.4 58.86 -
YUV 53.86 213.86 146.64 -
System Red Green Blue C M Y K H S L
Decimal 80 11 206 0.61 0.95 0 0.19 261.23 0.9 0.43
Hex 50 B CE 3D 5F 0 13 105 5A 2B
Octal 120 13 316 75 137 0 23 405 132 53
Binary 1010000 1011 11001110 111101 1011111 0 10011 100000101 1011010 101011

Color Harmonies of #500BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500BCE

Black with #500BCE

Text Example


Text Example

White with #500BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,11,206); }

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

background-color css

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

 a { background-color: rgb(80,11,206); }

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

border-color css

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

 span { border-color: rgb(80,11,206); }

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