Html Css Color HEX #502BCB Purple Heart

📋 copy color: '#502BCB'

red 80 ◦ green 43 ◦ blue 203

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

Shades of Purple Heart #502BCB

Tints of Purple Heart #502BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.19%

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

R = 24.54%
G = 13.19%
B = 62.27%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#502BCB (or 0x502BCB) is known color: Purple Heart. HEX triplet: 50, 2B and CB. RGB value is (80,43,203). Sum of RGB (Red+Green+Blue) = 80+43+203=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #502BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BCB is #AFD434. Grayscale: #474747. Windows color (decimal): -11523125 or 13314896. OLE color: 13314896.

HSL color Cylindrical-coordinate representation of color #502BCB: hue angle of 253.87º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502BCB is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 43 203 -
CMYK 0.61 0.79 0 0.20
HSL 253.88º 0.65% 0.48% -
HSV(B) 253.88º 0.79% 0.8% -
XYZ 14.95 7.75 57.21 -
YUV 72.3 201.76 133.49 -
System Red Green Blue C M Y K H S L
Decimal 80 43 203 0.61 0.79 0 0.20 253.88 0.65 0.48
Hex 50 2B CB 3D 4F 0 14 FE 41 30
Octal 120 53 313 75 117 0 24 376 101 60
Binary 1010000 101011 11001011 111101 1001111 0 10100 11111110 1000001 110000

Color Harmonies of #502BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BCB

Black with #502BCB

Text Example


Text Example

White with #502BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502BCB; }

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

 H1.HeaderClassName
 {
   color: #502BCB;
 }
 .AnyTagClassName
 {
   color: #502BCB;
 }
</style>

background-color css

<style>
 a { background-color: #502BCB; }

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

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

border-color css

<style>
 span { border-color: #502BCB; }

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

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