Html Css Color HEX #5027CB Purple Heart

📋 copy color: '#5027CB'

red 80 ◦ green 39 ◦ blue 203

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

Shades of Purple Heart #5027CB

Tints of Purple Heart #5027CB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

 BLUE value IS 203 (79.69% from 255) = 63.04%

R = 24.84%
G = 12.11%
B = 63.04%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5027CB (or 0x5027CB) is known color: Purple Heart. HEX triplet: 50, 27 and CB. RGB value is (80,39,203). Sum of RGB (Red+Green+Blue) = 80+39+203=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #5027CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5027CB is #AFD834. Grayscale: #454545. Windows color (decimal): -11524149 or 13313872. OLE color: 13313872.

HSL color Cylindrical-coordinate representation of color #5027CB: hue angle of 255º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5027CB is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 39 203 -
CMYK 0.61 0.81 0 0.20
HSL 255º 0.68% 0.47% -
HSV(B) 255º 0.81% 0.8% -
XYZ 14.81 7.47 57.16 -
YUV 69.96 203.08 135.16 -
System Red Green Blue C M Y K H S L
Decimal 80 39 203 0.61 0.81 0 0.20 255 0.68 0.47
Hex 50 27 CB 3D 51 0 14 FF 44 2F
Octal 120 47 313 75 121 0 24 377 104 57
Binary 1010000 100111 11001011 111101 1010001 0 10100 11111111 1000100 101111

Color Harmonies of #5027CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5027CB

Black with #5027CB

Text Example


Text Example

White with #5027CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5027CB; }

 p { color: rgb(80,39,203); }

 H1.HeaderClassName
 {
   color: #5027CB;
 }
 .AnyTagClassName
 {
   color: #5027CB;
 }
</style>

background-color css

<style>
 a { background-color: #5027CB; }

 a { background-color: rgb(80,39,203); }

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

border-color css

<style>
 span { border-color: #5027CB; }

 span { border-color: rgb(80,39,203); }

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