Html Css Color HEX #502BBC Purple Heart

📋 copy color: '#502BBC'

red 80 ◦ green 43 ◦ blue 188

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

Shades of Purple Heart #502BBC

Tints of Purple Heart #502BBC

RGB

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

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

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

R = 25.72%
G = 13.83%
B = 60.45%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#502BBC (or 0x502BBC) is known color: Purple Heart. HEX triplet: 50, 2B and BC. RGB value is (80,43,188). Sum of RGB (Red+Green+Blue) = 80+43+188=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #502BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BBC is #AFD443. Grayscale: #464646. Windows color (decimal): -11523140 or 12331856. OLE color: 12331856.

HSL color Cylindrical-coordinate representation of color #502BBC: hue angle of 255.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502BBC is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 43 188 -
CMYK 0.57 0.77 0 0.26
HSL 255.31º 0.63% 0.45% -
HSV(B) 255.31º 0.77% 0.74% -
XYZ 13.25 7.06 48.24 -
YUV 70.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 80 43 188 0.57 0.77 0 0.26 255.31 0.63 0.45
Hex 50 2B BC 39 4D 0 1A FF 3F 2D
Octal 120 53 274 71 115 0 32 377 77 55
Binary 1010000 101011 10111100 111001 1001101 0 11010 11111111 111111 101101

Color Harmonies of #502BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BBC

Black with #502BBC

Text Example


Text Example

White with #502BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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