Html Css Color HEX #502BC3 Purple Heart

📋 copy color: '#502BC3'

red 80 ◦ green 43 ◦ blue 195

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

Shades of Purple Heart #502BC3

Tints of Purple Heart #502BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 61.32%

R = 25.16%
G = 13.52%
B = 61.32%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#502BC3 (or 0x502BC3) is known color: Purple Heart. HEX triplet: 50, 2B and C3. RGB value is (80,43,195). Sum of RGB (Red+Green+Blue) = 80+43+195=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 195 (76.56% from 255 or 61.32% from 318); Max value from RGB is 195 - color contains mainly: blue. Hex color #502BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BC3 is #AFD43C. Grayscale: #464646. Windows color (decimal): -11523133 or 12790608. OLE color: 12790608.

HSL color Cylindrical-coordinate representation of color #502BC3: hue angle of 254.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502BC3 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 43 195 -
CMYK 0.59 0.78 0 0.24
HSL 254.61º 0.64% 0.47% -
HSV(B) 254.61º 0.78% 0.76% -
XYZ 14.02 7.37 52.31 -
YUV 71.39 197.76 134.14 -
System Red Green Blue C M Y K H S L
Decimal 80 43 195 0.59 0.78 0 0.24 254.61 0.64 0.47
Hex 50 2B C3 3B 4E 0 18 FF 40 2F
Octal 120 53 303 73 116 0 30 377 100 57
Binary 1010000 101011 11000011 111011 1001110 0 11000 11111111 1000000 101111

Color Harmonies of #502BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BC3

Black with #502BC3

Text Example


Text Example

White with #502BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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