Html Css Color HEX #501BCA Purple Heart

📋 copy color: '#501BCA'

red 80 ◦ green 27 ◦ blue 202

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

Shades of Purple Heart #501BCA

Tints of Purple Heart #501BCA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.74%

 BLUE value IS 202 (79.3% from 255) = 65.37%

R = 25.89%
G = 8.74%
B = 65.37%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#501BCA (or 0x501BCA) is known color: Purple Heart. HEX triplet: 50, 1B and CA. RGB value is (80,27,202). Sum of RGB (Red+Green+Blue) = 80+27+202=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #501BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BCA is #AFE435. Grayscale: #3E3E3E. Windows color (decimal): -11527222 or 13245264. OLE color: 13245264.

HSL color Cylindrical-coordinate representation of color #501BCA: hue angle of 258.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501BCA is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 27 202 -
CMYK 0.60 0.87 0 0.21
HSL 258.17º 0.76% 0.45% -
HSV(B) 258.17º 0.87% 0.79% -
XYZ 14.36 6.75 56.42 -
YUV 62.8 206.56 140.27 -
System Red Green Blue C M Y K H S L
Decimal 80 27 202 0.60 0.87 0 0.21 258.17 0.76 0.45
Hex 50 1B CA 3C 57 0 15 102 4C 2D
Octal 120 33 312 74 127 0 25 402 114 55
Binary 1010000 11011 11001010 111100 1010111 0 10101 100000010 1001100 101101

Color Harmonies of #501BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501BCA

Black with #501BCA

Text Example


Text Example

White with #501BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501BCA; }

 p { color: rgb(80,27,202); }

 H1.HeaderClassName
 {
   color: #501BCA;
 }
 .AnyTagClassName
 {
   color: #501BCA;
 }
</style>

background-color css

<style>
 a { background-color: #501BCA; }

 a { background-color: rgb(80,27,202); }

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

border-color css

<style>
 span { border-color: #501BCA; }

 span { border-color: rgb(80,27,202); }

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