#650348

Color #650348 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #650348

Tints of Tyrian Purple #650348

Color information

#650348 (or 0x650348) is unknown color: approx Tyrian Purple. HEX triplet: 65, 03 and 48. RGB value is (101,3,72). Sum of RGB (Red+Green+Blue) = 101+3+72=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #650348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650348 is #9AFCB7. Grayscale: #272727. Windows color (decimal): -10157240 or 4719461. OLE color: 4719461.

HSL color Cylindrical-coordinate representation of color #650348: hue angle of 317.76º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650348 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB101372-
CMYK00.970.290.60
HSL317.76º94.23%20.39%-
HSV(B)317.76º97.03%39.61%-
XYZ6.573.36.42-
YUV40.17145.97171.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 57.39%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 72 (28.52% from 255) = 40.91%
R=57.39%
G=1.70%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10137200.970.290.60317.7694.2320.39
Hex653480611D3C13e5e14
Octal14531100141357447613624
Binary11001011110010000110000111101111100100111110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650348; }

 p { color: rgb(101,3,72); }

 H1.HeaderClassName
 {
   color: #650348;
 }
 .AnyTagClassName
 {
   color: #650348;
 }
</style>
background-color css

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

 a { background-color: rgb(101,3,72); }

 div.DivClassName
 {
   background-color: #650348;
 }
 .BgClassName
 {
   background-color: #650348;
 }
</style>
border-color css

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

 span { border-color: rgb(101,3,72); }

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