Html Css Color HEX #502BCE Purple Heart

📋 copy color: '#502BCE'

red 80 ◦ green 43 ◦ blue 206

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

Shades of Purple Heart #502BCE

Tints of Purple Heart #502BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.61%

R = 24.32%
G = 13.07%
B = 62.61%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#502BCE (or 0x502BCE) is known color: Purple Heart. HEX triplet: 50, 2B and CE. RGB value is (80,43,206). Sum of RGB (Red+Green+Blue) = 80+43+206=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #502BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502BCE is #AFD431. Grayscale: #484848. Windows color (decimal): -11523122 or 13511504. OLE color: 13511504.

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

Color convert

RGB 80 43 206 -
CMYK 0.61 0.79 0 0.19
HSL 253.62º 0.65% 0.49% -
HSV(B) 253.62º 0.79% 0.81% -
XYZ 15.31 7.89 59.11 -
YUV 72.65 203.26 133.25 -
System Red Green Blue C M Y K H S L
Decimal 80 43 206 0.61 0.79 0 0.19 253.62 0.65 0.49
Hex 50 2B CE 3D 4F 0 13 FE 41 31
Octal 120 53 316 75 117 0 23 376 101 61
Binary 1010000 101011 11001110 111101 1001111 0 10011 11111110 1000001 110001

Color Harmonies of #502BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502BCE

Black with #502BCE

Text Example


Text Example

White with #502BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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